The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
},
CashDispenserDevice:
{
CashDispenserDeviceId: 0,
CoinFiveCentQty: 0,
CoinTenCentQty: 0,
CoinTwentyCentQty: 0,
CoinFiftyCentQty: 0,
CoinOneQty: 0,
CoinTwoQty: 0,
NoteOneQty: 0,
NoteTwoQty: 0,
NoteFiveQty: 0,
NoteTenQty: 0,
NoteTwentyQty: 0,
NoteFiftyQty: 0,
NoteOneHundredQty: 0,
CoinIn: 0,
CoinOut: 0,
NoteIn: 0,
NoteOut: 0,
ModifiedDate: 0001-01-01,
CashDispenserTypeId: 0,
DeviceId: 0,
Description: String,
Name: String,
CurrencyId: 0
},
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String
}
]
}