Last updated 1 year ago
customer id
code's external id
code's name
code's description, can be empty
code's type's external id
curl -L \ --request POST \ --url '/api/v1/customers/{customerId}/codes/import' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "externalId": "text", "name": "text", "description": "text", "codeTypeExternalId": "text" }'
No body