Last updated 1 year ago
customer id
code type's external id
code type's name
code type's semantic type
action
activity
location
phase
task
can the default CodeType value be set at the customer-level
can the default CodeType value be set at the user-level
curl -L \ --request POST \ --url '/api/v1/customers/{customerId}/code-types/import' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "externalId": "text", "name": "text", "semanticType": "action", "customerDefaultable": true, "userDefaultable": true }'
No body