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": "8bf11cbb-4f96-466d-9acb-860975cfadfc",
"BranchIDF": "0d78b4bc-39cb-4130-9eac-3ab5441770bd"
}
application/xml, text/xml
Sample:
<GetOperatorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>0d78b4bc-39cb-4130-9eac-3ab5441770bd</BranchIDF> <CounterIDF>8bf11cbb-4f96-466d-9acb-860975cfadfc</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. |