---
title: "Create an Issue Type"
slug: "create-an-issue-type"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-an-issue-type"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an Issue Type

Post/prm-rest-api/rest/1/issuetype

## Create Issue Types

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='e67d3256-e59c-46c9-b46a-e13ba0bcc4e6'>application/json</option>
</select>object  Example{
  "DmitDesc": "Test entr",
  "DmitTypeCode": "TE",
  "DmitVUuid": ""
}DmitDescstring    
DmitTypeCodestring    
DmitVUuidstring    

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='d03f540d-9f93-465a-a403-9e6fea43e81b'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='8d900ad8-cacd-4d20-aa52-39f9606826ef'>example-0</option>
<option value='5efac883-a890-4cf6-ba2f-42586abf9b2b'>example-1</option>
</select>example-0

Successful Response

```json
{
  "DmitTypeCode": "TE",
  "DmitDesc": "Test entr",
  "DmitCloseAllowedFlag": null,
  "DmitIuCreateDate": null,
  "DmitIuCreateUser": null,
  "DmitIuUpdateDate": null,
  "DmitIuUpdateUser": null,
  "DmitVUuid": "F3A44BEF96AD16FAE05316821FACB7F1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    }
  ]
}
```

example-1

Successful Response

```json
{
  "DmitTypeCode": "TE",
  "DmitDesc": "Test entr",
  "DmitCloseAllowedFlag": null,
  "DmitIuCreateDate": null,
  "DmitIuCreateUser": null,
  "DmitIuUpdateDate": null,
  "DmitIuUpdateUser": null,
  "DmitVUuid": "F3A44BEF96AD16FAE05316821FACB7F1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/prm-rest-api/rest/1/issuetype/F3A44BEF96AD16FAE05316821FACB7F1",
      "name": "issuetype",
      "kind": "item"
    }
  ]
}
```

object
