Update orgs

Updates forwarder and/or shipper org assignments for a draft order. | (OrdersDraftUpdateReq) -> (OrdersDraftUpdateRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
order_idstringRequired
forwarder_org_idstring or nullOptional
shipper_org_idstring or nullOptional
off_chrt_shipper_org_idstring or nullOptional

Response

Successful Response
order_idstring
order_short_idstring
forwarder_org_idstring or null
shipper_org_idstring or null
off_chrt_shipper_org_idstring or null

Errors