PartnerHub

<back to all web services

DealLenderSetupsGet

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/DealLenderSetupsGet HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: text/jsv
Content-Length: length

{
	SerialNumber: String,
	ModifiedSince: 0001-01-01
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Response: 
	{
		Id: string,
		SerialNumber: String,
		SetupList: 
		[
			{
				Name: String,
				Code: String,
				Address: String,
				City: String,
				Province: String,
				Postal: String,
				Inactive: False,
				ReserveType: String,
				ReserveFlatAmount: 0,
				Factor: 0,
				DaysTo1stPayment: 0,
				DefaultCalculation: String
			}
		],
		LastUpdate: 0001-01-01
	}
}