# Creates a new job type.

Endpoint: PUT /tickets/job-types
Version: v3
Security: oauth2

## Request fields (application/json):

  - `name` (null | string, required)
    Gets or sets the job type name.

## Response 201 fields (application/json):

  - `id` (string)
    Gets or sets the unique identifier for the job type.

  - `name` (null | string)
    Gets or sets the name of the job type.

  - `isActive` (boolean)
    Gets or sets a value indicating whether JobType is active.

## Response 400 fields (application/json):

  - `type` (null | string)

  - `title` (null | string)

  - `status` (null | integer)

  - `detail` (null | string)

  - `instance` (null | string)

## Response default fields (application/json):

  - `type` (null | string)

  - `title` (null | string)

  - `status` (null | integer)

  - `detail` (null | string)

  - `instance` (null | string)

