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": "a31343b0-5a1d-4f96-813d-b672cc1307e0",
"UserIDF": "9071333c-103b-4f9e-b2d5-1d3704177c97",
"CounterBalanceHistoryIDF": "91429b5f-542e-4f3c-b190-898acb312660"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>91429b5f-542e-4f3c-b190-898acb312660</CounterBalanceHistoryIDF> <CounterIDF>a31343b0-5a1d-4f96-813d-b672cc1307e0</CounterIDF> <UserIDF>9071333c-103b-4f9e-b2d5-1d3704177c97</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. |