Add entry

Appends a new entry to an OperationsTaskList’s entries array. The server assigns a fresh UUID and returns it. Order is load-bearing for from_previous_task-anchored deadlines. | authz: min_org_role=operator | (OperationsTaskListEntryClientCreate1) -> (str)

Authentication

AuthorizationBearer

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

Path parameters

task_list_idstringRequired

Request

This endpoint expects an object.
descriptionstringRequired<=8192 characters
task_typeenumRequired

Coarse functional buckets a dispatcher batch-processes (powers the per-type functional-queue index). Granular SOP specifics live in the Task’s title/description + tags, not here.

Ordered roughly along the shipment lifecycle (review -> research -> book -> track/verify -> contact -> billing). The buckets are the distinct modes of work an operator sits down and batches; the exact SOP step (e.g. “Send Shipping Label”, “CBC Call”, “Get Pack Time”) is captured in the title.

Contact is split by who (customer, agent, airline, other), not by channel (call vs. email) — the recipient is what a dispatcher batches around, and the channel is a title/tag detail.

titlestringRequired<=512 characters
deadline_anchorenumOptional

What an entry’s deadline_offset_seconds is measured from.

Resolved in a single forward pass at apply time (see module docstring).

deadline_offset_secondsintegerOptionalDefaults to 1200

Response

Successful Response

Errors

422
Operations Task Lists Add Entry V1request Unprocessable Entity Error