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": "5e78a2b7-204d-4a5a-be7c-a0c38b0fb1fa",
"BranchIDF": "405e2a4d-80f1-4146-a9e6-1f49999db218"
}
application/xml, text/xml
Sample:
<GetOperatorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>405e2a4d-80f1-4146-a9e6-1f49999db218</BranchIDF> <CounterIDF>5e78a2b7-204d-4a5a-be7c-a0c38b0fb1fa</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. |