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": "5bb3eb45-f23b-4a0b-8220-6c5d70b1d87d",
"UserIDF": "df78f222-5974-4143-9dbc-e5694806cde9",
"CounterBalanceHistoryIDF": "39a0445d-1b43-4501-b731-378da2fbf3df"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>39a0445d-1b43-4501-b731-378da2fbf3df</CounterBalanceHistoryIDF> <CounterIDF>5bb3eb45-f23b-4a0b-8220-6c5d70b1d87d</CounterIDF> <UserIDF>df78f222-5974-4143-9dbc-e5694806cde9</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. |