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": "146e521d-c2a6-4cb1-9fd7-7eb2f811598a",
"UserIDF": "6dfb2deb-a799-4297-a21a-1f710469c12a",
"CounterBalanceHistoryIDF": "2c3e6a00-4fe4-4dac-8029-73dde9526683"
}
application/xml, text/xml
Sample:
<ShiftDetailsRequestClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SQLClass"> <CounterBalanceHistoryIDF>2c3e6a00-4fe4-4dac-8029-73dde9526683</CounterBalanceHistoryIDF> <CounterIDF>146e521d-c2a6-4cb1-9fd7-7eb2f811598a</CounterIDF> <UserIDF>6dfb2deb-a799-4297-a21a-1f710469c12a</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. |