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": "a007ef66-e0bc-4dce-bcb5-35ad3213b008",
"BranchIDF": "cc369f72-e0a0-4f39-a4b0-1177ce2078f6"
}
application/xml, text/xml
Sample:
<GetOperatorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchIDF>cc369f72-e0a0-4f39-a4b0-1177ce2078f6</BranchIDF> <CounterIDF>a007ef66-e0bc-4dce-bcb5-35ad3213b008</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. |