Create a carrier service
Carriers: Services
Create a carrier service
Create a carrier service.
POST
Create a carrier service
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Service code (max 30) |
name | Yes | Service name (max 50) |
carrier_id | Yes | Parent carrier |
is_default | Yes | Default-service flag |
active | Yes | Active flag |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Created successfully
The response is of type object.

