PartnerHub

<back to all web services

DealerGet

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

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

{
	Dealer: 
	{
		Id: string,
		SerialNumber: String,
		Name: String,
		LegalName: String,
		StreetAddress: String,
		City: String,
		County: String,
		Province: String,
		PostalCode: String,
		TaxNumber: String,
		RegistrationCodes: 
		[
			String
		],
		PhoneNumber: String,
		FaxNumber: String,
		TimeZone: String,
		TimeZoneUTCOffset: 0,
		SupportsDaylightSavingTime: False,
		DaylightSavingStarts: 0001-01-01,
		DaylightSavingEnds: 0001-01-01
	}
}