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": "9a52e68e-79f0-4354-89c9-01ac45b77334",
"UserIDF": "ec5b5edf-97ba-4665-8231-cb201855b60c",
"CounterBalanceHistoryIDF": "6a3ef766-e703-48d3-a7d8-71391378be04"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>6a3ef766-e703-48d3-a7d8-71391378be04</CounterBalanceHistoryIDF> <CounterIDF>9a52e68e-79f0-4354-89c9-01ac45b77334</CounterIDF> <UserIDF>ec5b5edf-97ba-4665-8231-cb201855b60c</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. |