POST api/Configuration/getOperatorList
Request Information
URI Parameters
None.
Body Parameters
GetOperatorRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterIDF | globally unique identifier |
None. |
|
| BranchIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CounterIDF": "409f013f-ba56-41f7-8f3b-a1329074df43",
"BranchIDF": "b544e8da-5342-45ad-8ab8-6b74b32241a1"
}
application/xml, text/xml
Sample:
<GetOperatorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>b544e8da-5342-45ad-8ab8-6b74b32241a1</BranchIDF> <CounterIDF>409f013f-ba56-41f7-8f3b-a1329074df43</CounterIDF> </GetOperatorRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |