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": "1986c6db-03b0-4315-85da-246b4edd9553",
"Name": "sample string 1",
"CompanyId": "ad526068-5e93-420f-936a-1059e961e3a3"
}
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": "b9282e79-a19f-4b81-978a-5340a1d1942d",
"Name": "sample string 1",
"CompanyId": "8da8604f-08e6-4a13-adaf-01694ef314cf"
},
"Total": 1,
"Message": "sample string 1"
}