POST api/Account/operatorLogin
Request Information
URI Parameters
None.
Body Parameters
OperatorLoginClass| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | globally unique identifier |
None. |
|
| CounterID | globally unique identifier |
None. |
|
| string |
None. |
||
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchID": "cfbdd67c-987b-4597-be87-e25402daaa6e",
"CounterID": "031e44fc-4b06-4e6e-bd41-de718a2bcf2e",
"Email": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<OperatorLoginClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <BranchID>cfbdd67c-987b-4597-be87-e25402daaa6e</BranchID> <CounterID>031e44fc-4b06-4e6e-bd41-de718a2bcf2e</CounterID> <Email>sample string 2</Email> <Password>sample string 3</Password> </OperatorLoginClass>
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. |