The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/VehicleHoldChange HTTP/1.1
Host: partnerhub.pbsdealers.com
Content-Type: text/jsv
Content-Length: length
{
HoldInfo:
{
VehicleRef: 00000000000000000000000000000000,
HoldFrom: 0001-01-01,
HoldUntil: 0001-01-01,
UserRef: 00000000000000000000000000000000,
ContactRef: 00000000000000000000000000000000,
Comments: String
},
IsAsynchronous: False,
UserRequest: String,
SerialNumber: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
WasSuccessful: False,
Message: String,
ReferenceId: String,
ReferenceNumber: String
}