Validate manifest

Validates an order manifest for scheduled order creation. | authz: min_org_role=operator | (OrderManifest1) -> (OrderManifestValidationResult)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
coordinator_org_idstringOptional

Must be a string starting with org_

shipper_org_idstringOptional

Must be a string starting with org_

off_chrt_shipper_org_idstringOptional
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).

cargoslist of objectsOptional
task_groupslist of objectsOptional
auto_stagebooleanOptionalDefaults to true

Response

Successful Response
is_validboolean
requirementsobject

Errors

422
Order Manifest Validate V1request Unprocessable Entity Error