Create Skill Type
POST {{baseUrl}}/api/v1/skillTypes
This API Creates a Skill Type
OAuth Scope
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
name (required) | <String> | Name of the skilltype |
departmentId (required) | <long> | departmentId of the Skill Type |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"modifiedTime":"2020-07-23T12:36:44.544Z","associatedSkills":[],"createdBy":"1000000000059","departmentId":"1000000013248","name":"Country","createdTime":"2020-07-23T12:36:44.544Z","modifiedBy":"1000000000059","id":"1000000173001"}