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": "758b3d9c-2bb7-4f48-abdf-f5984f8cfc74",
"CompanyId": "9a3b3357-c99e-4694-a18a-afb456685061",
"TaskStatusTypeId": "504b0b63-7d72-47f7-9e66-7acd3c6624a0",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "73c81ba3-a15f-4f8c-8208-959f0bef57a3",
"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": "f87ab1fd-d071-414d-af49-33a15e4b3636",
"CompanyId": "c8795561-61fe-4e22-9d58-9f89284dc735",
"TaskStatusTypeId": "c2fec910-db71-48c7-a940-033aae914aa7",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "f74734e8-0533-4fe4-ad93-ba51f6bed353",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}