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": "be935217-8f14-4bce-bb3f-8a6ea62af42d",
"UserIDF": "e944b4c9-cbef-4c2a-b82e-dabab2062e22",
"CounterBalanceHistoryIDF": "dd07833d-cde3-48b5-b8a4-c97fd40b1d92"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>dd07833d-cde3-48b5-b8a4-c97fd40b1d92</CounterBalanceHistoryIDF> <CounterIDF>be935217-8f14-4bce-bb3f-8a6ea62af42d</CounterIDF> <UserIDF>e944b4c9-cbef-4c2a-b82e-dabab2062e22</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. |