POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskStatusTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskStatusTypeId": "cf9fd50f-50c3-4651-b131-bfd0417512bc",
"Name": "sample string 1",
"CompanyId": "c9d46483-b95c-4366-a3aa-5764c06f0fec"
}
Response Information
Resource Description
On success, the created task status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeId": "2b6b71b1-5829-4665-93a0-12eca2671043",
"Name": "sample string 1",
"CompanyId": "7973fcda-6aa9-47d7-b626-e56b874eb26b"
},
"Total": 1,
"Message": "sample string 1"
}