post https://ship.cars/api/shipperlite/posting/v3/integrators/loads//operations
Operations data, depends from the type.
For ARCHIVE:
{
"type": "ARCHIVE",
"payload": null
}
For ACCEPT_OFFER:
{
"type": "ACCEPT_OFFER",
"payload": {
"carrier_offer_id": "1234LL"
}
}
For POST:
{
"type": "POST",
"payload": null
}
For DISPATCH:
{
"type": "DISPATCH",
"payload": {
"carrier_dot": 1234567
}
}
For UNDISPATCH:
{
"type": "UNDISPATCH",
"payload": {
"is_repost": true
}
}
For REASSIGN_DRIVER:
{
"type": "REASSIGN_DRIVER",
"payload": {
"new_driver_id": "DEADBEEFBABED1A1"
}
}