POST api/Counter/GetShiftDetails
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": "878c2f19-3509-452a-a17b-b41135ed5508",
"UserIDF": "2b83c449-429a-4af9-9a4c-ca0308f57528",
"CounterBalanceHistoryIDF": "b390e8bd-a92c-4592-bf19-b4a934c7cb0d"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>b390e8bd-a92c-4592-bf19-b4a934c7cb0d</CounterBalanceHistoryIDF> <CounterIDF>878c2f19-3509-452a-a17b-b41135ed5508</CounterIDF> <UserIDF>2b83c449-429a-4af9-9a4c-ca0308f57528</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. |