POST TaskStatusTypeTaskType
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeTaskType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| TaskStatusTypeId | globally unique identifier |
None. |
|
| TaskStatusTypeName | string |
None. |
|
| SourceSystemId | string |
None. |
|
| TaskTypeId | globally unique identifier |
None. |
|
| TaskTypeName | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskStatusTypeTaskTypeId": "35e9e3ce-4582-40eb-be07-07c08308a90e",
"CompanyId": "2e0db3f0-1360-4d56-9ff7-d97907d9cfcf",
"TaskStatusTypeId": "c3c3a4a3-4c6b-452a-9860-7094c4c98c31",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "a37104b1-cc8b-4f3c-bb92-99f8578adefe",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
Response Information
Resource Description
On success, the created task status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusTypeTaskType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeTaskTypeId": "36d8f1f4-2521-4356-a5ac-935359782f49",
"CompanyId": "7eac28e6-8e41-43a3-860f-0627e460093f",
"TaskStatusTypeId": "5872a125-7693-4a7b-9ad7-471c2aaa9594",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "5080ba69-82ca-4cb4-b14a-0eefae134fa3",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}