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
}
]
}