Twin Oaks Charge Web Services

<back to all web services

TransactionReportRequest

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/oneway/TransactionReportRequest HTTP/1.1 
Host: charge.tosd.com 
Content-Type: text/jsv
Content-Length: length

{
	reportName: String,
	username: String,
	password: String,
	deviceID: String,
	merchantID: String,
	apiKey: String,
	optionalColumns: 
	[
		String
	],
	searchTypes: 
	[
		{
			columnName: String,
			operator: String,
			value: String,
			IsValid: True
		}
	],
	amountCondition: 
	{
		columnName: String,
		operator: String,
		value: String,
		IsValid: True
	},
	toDate: 0001-01-01,
	fromDate: 0001-01-01,
	sortTypes: 
	[
		{
			columnName: String,
			desc: False,
			IsValid: True
		}
	],
	pageSize: 0,
	pageNumber: 0
}