ToyotaCanadaWebService

<back to all web services

DealerEditHistory

The following routes are available for this service:
All Verbs/DealerEditHistory/{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/DealerEditHistory HTTP/1.1 
Host: toyotacanada.pbssystems.com 
Content-Type: text/jsv
Content-Length: length

{
	ToyotaCode: String,
	PBSCode: String,
	AuditEntries: 
	[
		{
			Key: String,
			UserName: String,
			EntryDate: 0001-01-01,
			OriginalValue: String,
			Message: String,
			NewValue: String,
			IsNew: False
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ToyotaCode: String,
	PBSCode: String,
	AuditEntries: 
	[
		{
			Key: String,
			UserName: String,
			EntryDate: 0001-01-01,
			OriginalValue: String,
			Message: String,
			NewValue: String,
			IsNew: False
		}
	]
}