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": "d6a40dfb-b060-46b4-8b67-aff12f69b66f",
"UserIDF": "de45f627-71bd-4e38-bc66-e7885bbb98f5",
"CounterBalanceHistoryIDF": "83afafa9-7276-4307-8728-eaeff89ba8a3"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>83afafa9-7276-4307-8728-eaeff89ba8a3</CounterBalanceHistoryIDF> <CounterIDF>d6a40dfb-b060-46b4-8b67-aff12f69b66f</CounterIDF> <UserIDF>de45f627-71bd-4e38-bc66-e7885bbb98f5</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. |