ToyotaCanadaWebService

<back to all web services

DealerEdit

The following routes are available for this service:
All Verbs/DealerEdit
All Verbs/DealerEdit/{ToyotaCode}/{PBSCode}/

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/DealerEdit HTTP/1.1 
Host: toyotacanada.pbssystems.com 
Content-Type: text/jsv
Content-Length: length

{
	ToyotaCode: String,
	PBSCode: String,
	Manufacturer: String,
	ManufacturerList: 
	[
		String
	],
	SenderId: String,
	UsedVehicleIncludeCategory: String,
	Authorized: False,
	InstallDate: 0001-01-01,
	ToDealerCode: 
	{
		ToyotaCode: String,
		PBSCode: String,
		Manufacturer: String,
		SenderId: String,
		UsedVehicleIncludeCategory: String,
		ForceRefreshStatus: Ready,
		CVSHLastRunDate: 0001-01-01,
		MerchandisingVersion: 0001-01-01,
		MerchandisingBlobRef: 00000000000000000000000000000000,
		AuditKey: String|String,
		IsTestSite: False,
		IsIncentivesRefreshDue: True
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ToyotaCode: String,
	PBSCode: String,
	Manufacturer: String,
	ManufacturerList: 
	[
		String
	],
	SenderId: String,
	UsedVehicleIncludeCategory: String,
	Authorized: False,
	InstallDate: 0001-01-01,
	ToDealerCode: 
	{
		ToyotaCode: String,
		PBSCode: String,
		Manufacturer: String,
		SenderId: String,
		UsedVehicleIncludeCategory: String,
		ForceRefreshStatus: Ready,
		CVSHLastRunDate: 0001-01-01,
		MerchandisingVersion: 0001-01-01,
		MerchandisingBlobRef: 00000000000000000000000000000000,
		AuditKey: String|String,
		IsTestSite: False,
		IsIncentivesRefreshDue: True
	}
}