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": "d641723b-6de2-4d94-882b-b5dada21f100",
"Name": "sample string 1",
"CompanyId": "e6d92e7e-dc8a-4ffd-857a-37854ed029d3"
}
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": "02f0309c-621f-4b13-bd50-fc4e42df8526",
"Name": "sample string 1",
"CompanyId": "10df287d-b5a3-4ba9-bf39-fbcd717aa5c0"
},
"Total": 1,
"Message": "sample string 1"
}