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": "6364c5a5-d1fe-4bf3-99f3-bfa85bb8b056",
"UserIDF": "ecedfed5-6ed9-4008-ade2-4dd8ea34fed7",
"CounterBalanceHistoryIDF": "38fb1a42-eada-46b7-8325-60224c36d0c0"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>38fb1a42-eada-46b7-8325-60224c36d0c0</CounterBalanceHistoryIDF> <CounterIDF>6364c5a5-d1fe-4bf3-99f3-bfa85bb8b056</CounterIDF> <UserIDF>ecedfed5-6ed9-4008-ade2-4dd8ea34fed7</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. |