GET api/GrandTotal/{id}?locationId={locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GrandTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| GrandTotalId | integer |
None. |
|
| businessDateId | integer |
None. |
|
| cassetteId | integer |
None. |
|
| hopperId | integer |
None. |
|
| tokenId | integer |
None. |
|
| count | integer |
None. |
|
| enabled | boolean |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| displayName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GrandTotalId": 1,
"businessDateId": 2,
"cassetteId": 1,
"hopperId": 1,
"tokenId": 3,
"count": 4,
"enabled": true,
"id": 6,
"name": "sample string 7",
"displayName": "sample string 8"
}
application/xml, text/xml
Sample:
<GrandTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models.MIMOCore"> <displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 8</displayName> <enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled> <id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">6</id> <name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 7</name> <GrandTotalId>1</GrandTotalId> <businessDateId>2</businessDateId> <cassetteId>1</cassetteId> <count>4</count> <hopperId>1</hopperId> <tokenId>3</tokenId> </GrandTotal>