[2] Book Deal
Header Parameters
Content-Typestring Required
application/json
CMG-AccessTokenstring Required
{insert Client-level "access_code"}
Path Parameters
clientCodestring Required
A unique 6-digit client identifier for each client account.
quoteIdstring
Enter quoteId returned in the POST SPOT rate call.
Was this section helpful?
What made this section unhelpful for you?
Response
Status Codes
200
Previously booked URL
The quoteID has already been booked so it can't be booked again. Returns: "token": "00000000-0000-0000-0000-000000000000"
404
Invalid URL invoked
The 'Rate Resource' URL is incorrect. Either it has already been booked or it does not exist. This is the format: {{Rate Resource URL}}/book
410
Call sent after rate expired
The rate generated by the POST Spot Rate request expires after 10 seconds.
Was this section helpful?