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": "44082aa1-cbbf-4ac9-8b6d-172b1324f3bd",
"CompanyId": "dd031c48-64c5-422f-b836-d4cb184b6274",
"TaskStatusTypeId": "a2661a05-0829-4375-a1d7-05b1ee287835",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "bb97ba90-7923-49d7-a266-a583da8aea29",
"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": "219bde55-ad35-4ffd-aaad-4f8c4942f812",
"CompanyId": "4f75beec-b00a-4196-beb8-cb28c9adba0d",
"TaskStatusTypeId": "c5883d5a-faa8-4c52-ad79-5aa30326924f",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "063356ab-713a-4819-8b0d-ee0bef54120c",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}