Last updated 1 year ago
code's external id
code's name
code's description, can be empty
code's type's external id
POST /api/v1/customers/{customerId}/codes/import HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 84 { "externalId": "text", "name": "text", "description": "text", "codeTypeExternalId": "text" }
No content
POST /api/v1/customers/{customerId}/codes/batch HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 86 { "codes": [ { "externalId": "text", "name": "text", "callSign": "text", "description": "text" } ] }