POST Provider/BAServiceUpdateInterpreterInfo
BAServiceUpdateInterpreterInfo
Request Information
URI Parameters
None.
Body Parameters
ParaBAInterpreterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| InterpreterId | string |
None. |
|
| InterpreterName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InterpreterId": "sample string 1",
"InterpreterName": "sample string 2"
}
application/xml, text/xml
Sample:
<ParaBAInterpreterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <InterpreterId>sample string 1</InterpreterId> <InterpreterName>sample string 2</InterpreterName> </ParaBAInterpreterInfo>
Response Information
Resource Description
ParaBAInterpreterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| InterpreterId | string |
None. |
|
| InterpreterName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"InterpreterId": "sample string 1",
"InterpreterName": "sample string 2"
}
application/xml, text/xml
Sample:
<ParaBAInterpreterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <InterpreterId>sample string 1</InterpreterId> <InterpreterName>sample string 2</InterpreterName> </ParaBAInterpreterInfo>