Add a service type to a consignment

Path Parameters
  • consignmentId
    Type: stringFormat: uuid
    required
  • serviceTypeId
    Type: stringFormat: uuid
    required
Responses
  • 200

    OK

Request Example for post/v1/consignments/{consignmentId}/service-types/{serviceTypeId}
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/service-types/123e4567-e89b-12d3-a456-426614174000 \
  --request POST
No Body