List Services
This API document is a draft
You can list the available services per carrier.
GET /carriers/{carrierId}/services
GET /carriers/1/services
HTTP 200
{
"items": [
{
"id": 0,
"systemName": "string",
"name": "string",
"uniqueIdentifier": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"serviceCode": "string"
}
]
}
HTTP 400, 404
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}