NetCard Server Web API

<back to all web services

GetCashDispenserDeviceByCashDispenserDeviceId

The following routes are available for this service:
GET/CashDispenserDevice/GetCashDispenserDeviceByCashDispenserDeviceId

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/GetCashDispenserDeviceByCashDispenserDeviceId HTTP/1.1 
Host: ncapi.net.au 
Content-Type: application/json
Content-Length: length

{"CashDispenserDeviceId":0}
HTTP/1.1 200 OK
Content-Type: application/json
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-01T00:00:00.0000000","CashDispenserTypeId":0,"DeviceId":0,"Description":"String","Name":"String","CurrencyId":0},"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}