Last updated 2 years ago
customer id
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