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
POST /api/v1/customers/{customerId}/code-types/import HTTP/1.1 Host: Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 109 { "externalId": "text", "name": "text", "semanticType": "action", "customerDefaultable": true, "userDefaultable": true }
No content