# Process Types

Apis related to Process Types.

## Create ProcessType

 - [POST /organisations/{orgId}/process-types](https://developer.interu.io/reference/api/process-types/processtypes_post.md)

## Retrieve ProcessType List

 - [GET /organisations/{orgId}/process-types](https://developer.interu.io/reference/api/process-types/processtypes_list.md)

## Retrieve ProcessType

 - [GET /organisations/{orgId}/process-types/{processTypeId}](https://developer.interu.io/reference/api/process-types/processtypes_read.md)

## Update ProcessType

 - [PUT /organisations/{orgId}/process-types/{processTypeId}](https://developer.interu.io/reference/api/process-types/processtypes_update.md)

## Delete ProcessType

 - [DELETE /organisations/{orgId}/process-types/{processTypeId}](https://developer.interu.io/reference/api/process-types/processtypes_delete.md)

