Create Skill Type

POST {{baseUrl}}/api/v1/skillTypes

This API Creates a Skill Type

OAuth Scope

  • Desk.settings.CREATE

Attributes

Attribute NameData TypeDescription
name (required)<String>
Name of the skilltype
departmentId (required)<long>
departmentId of the Skill Type

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;modifiedTime&quot;:&quot;2020-07-23T12:36:44.544Z&quot;,&quot;associatedSkills&quot;:[],&quot;createdBy&quot;:&quot;1000000000059&quot;,&quot;departmentId&quot;:&quot;1000000013248&quot;,&quot;name&quot;:&quot;Country&quot;,&quot;createdTime&quot;:&quot;2020-07-23T12:36:44.544Z&quot;,&quot;modifiedBy&quot;:&quot;1000000000059&quot;,&quot;id&quot;:&quot;1000000173001&quot;}