POST api/Counter/GetShiftDetailsV2
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": "9e7066c0-cf94-49e1-87bb-b5cbb8e5e66d",
"UserIDF": "f2bcbe60-be43-49a7-9d71-0ea30e4da7ed",
"CounterBalanceHistoryIDF": "fee66641-6e50-4188-8f30-47a8929e44c9"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>fee66641-6e50-4188-8f30-47a8929e44c9</CounterBalanceHistoryIDF> <CounterIDF>9e7066c0-cf94-49e1-87bb-b5cbb8e5e66d</CounterIDF> <UserIDF>f2bcbe60-be43-49a7-9d71-0ea30e4da7ed</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. |