Add order

Adds an order to an order group. The caller’s org must be the coordinator or an executor on the order, and the order must not already belong to another of the caller’s groups. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (OrderGroup1)

Authentication

AuthorizationBearer

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

Path parameters

order_group_idstringRequired
order_idstringRequired

Response

Successful Response
schema_versioninteger
namestring<=512 characters
_idstring
short_idstring
owned_by_org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

created_by_org_idstring

Must be a string starting with org_

created_at_timestampdatetime
last_edited_at_timestampdatetime
descriptionstring<=524288 characters
order_idslist of strings
billing_review_statusenum

Operator-driven billing-review flag for an OrderGroup (group-level) or a Case (per-order, per-org). Distinct from the derived billing settlement state - this is a manual triage status the operator flips.

Errors

422
Order Groups Add Order V1request Unprocessable Entity Error