Add a task to a consignment

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
  • taskTypeId
    Type: stringFormat: uuid
    required
Body·
application/json
  • value
    Type: numberFormat: double

    The value of the task.

Responses
  • 200

    OK

Request Example for post/v1/consignments/{consignmentId}/tasks/{taskTypeId}
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/tasks/123e4567-e89b-12d3-a456-426614174000 \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "value": 1
}'
No Body