POST api/Counter/GetShiftDetailsV1
Request Information
URI Parameters
None.
Body Parameters
ShiftDetailsRequestClass| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterIDF | globally unique identifier |
None. |
|
| UserIDF | globally unique identifier |
None. |
|
| CounterBalanceHistoryIDF | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CounterIDF": "ddff0f76-7372-4acc-9e8d-a4c5f7533ac3",
"UserIDF": "ee39423e-d058-4305-bf1c-d203a51643d1",
"CounterBalanceHistoryIDF": "031e869b-598c-44b8-b999-764f0949e1f4"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>031e869b-598c-44b8-b999-764f0949e1f4</CounterBalanceHistoryIDF> <CounterIDF>ddff0f76-7372-4acc-9e8d-a4c5f7533ac3</CounterIDF> <UserIDF>ee39423e-d058-4305-bf1c-d203a51643d1</UserIDF> </ShiftDetailsRequestClass>
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. |