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": "610b69fd-c210-413b-8f99-ba5abb397c6d",
"CompanyId": "1f9e8e5a-63e0-4ee6-8946-be517fac6a95",
"TaskStatusTypeId": "311ec9c0-a766-426e-b743-41ff152a8048",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "03881efe-f863-4663-977a-da10e690abcb",
"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": "17119849-651a-4cc2-8e41-6a47a695eb9b",
"CompanyId": "3e5f504a-16bf-4948-ae90-7bcb23b326d1",
"TaskStatusTypeId": "d6b8e3d8-e8eb-4456-a8f1-cd3c08b3338b",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "3de8cd86-2e74-4345-bdf2-975e65b3533b",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}