Get the service types of a consignment
Path Parameters
- Type: stringFormat: uuidconsignment
Id required
Responses
- application/json
Request Example for get/v1/consignments/{consignmentId}/service-types
curl https://api.consignlyhq.com/v1/consignments/123e4567-e89b-12d3-a456-426614174000/service-types
{
"serviceTypes": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"code": null,
"name": null
}
]
}