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 .jsv suffix or ?format=jsv

HTTP + JSV

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

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

{
	CashDispenserDeviceId: 0
}
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
		}
	]
}