Last updated 1 year ago
client's external id
a name that identifies this client
a short name or abbreviation that identifies this client
client's description
POST /api/v1/customers/{customerId}/clients/import HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 74 { "externalId": "text", "name": "text", "callSign": "text", "description": "text" }
No content
POST /api/v1/customers/{customerId}/clients/batch HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 88 { "clients": [ { "externalId": "text", "name": "text", "callSign": "text", "description": "text" } ] }