Add to order draft

Adds a task group to an existing order draft. The task group is created without an executor; use draft assignment routes to assign executor or driver before staging. | (OrderDraftAddTaskGroupReq) -> (PydanticObjectId)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
order_idstringRequired
task_group_typeenumRequired
Allowed values:
flight_setup_notesstringOptional
vehicle_typeenumOptional

Response

Successful Response

Errors

422
Task Group Add V1request Unprocessable Entity Error