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": "09ca16bf-b442-4108-9601-578451731dc2",
"Name": "sample string 1",
"CompanyId": "2aca05c1-eb6a-43f0-9372-88979a223abf"
}
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": "8d12b9bc-20fd-4e01-8a96-bc0e0e871b35",
"Name": "sample string 1",
"CompanyId": "d7166d3a-9add-49e3-b652-556dcd10835f"
},
"Total": 1,
"Message": "sample string 1"
}