Update orgs

Updates coordinator 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.

Path parameters

order_idstringRequired

Request

This endpoint expects an object.
coordinator_org_idstringOptional

Must be a string starting with org_

coordinator_org_id__set_to_NonebooleanOptionalDefaults to false
off_chrt_reference_idstringOptionalformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

off_chrt_reference_id__set_to_NonebooleanOptionalDefaults to false
off_chrt_shipper_org_idstringOptional
off_chrt_shipper_org_id__set_to_NonebooleanOptionalDefaults to false
shipper_org_idstringOptional

Must be a string starting with org_

shipper_org_id__set_to_NonebooleanOptionalDefaults to false

Response

Successful Response
order_idstring
order_short_idstring
coordinator_org_idstring

Must be a string starting with org_

off_chrt_reference_idstringformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

off_chrt_shipper_org_idstring
shipper_org_idstring

Must be a string starting with org_

Errors

422
Order Drafts Update V1request Unprocessable Entity Error