# Create a job type. Endpoint: PUT /tickets/job-types Version: v3 Security: oauth2 ## Request fields (application/json): - `name` (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` (string,null) 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` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response default fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)