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": "20f2bf70-4e6e-41cc-b8d9-860cbdc3e3e6",
"CompanyId": "e37c58ae-4b98-4e46-b57c-ca59030ea7e5",
"TaskStatusTypeId": "63a7b579-83b3-42df-80ad-bfa8c962c173",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "65acb1f1-b050-496a-bffe-4fb82cd01059",
"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": "280b731c-d278-4b91-b2d9-cc3c77bf2c2d",
"CompanyId": "704afa53-03b1-4b19-a7a4-4e1f3044039f",
"TaskStatusTypeId": "3940270c-fb72-4efc-a1fe-a15fafbe486c",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "a28f95ff-52c5-4351-8abe-a05d33a9d105",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}