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": "cd981ae0-4160-4748-a0a6-c204c76250ad",
"Name": "sample string 1",
"CompanyId": "8bffb445-7182-4417-90a8-406802bd7914"
}
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": "09759e16-4a85-4762-90e6-9bb4f5036d8a",
"Name": "sample string 1",
"CompanyId": "3808eb9a-87f8-4ef6-99c8-40dbeb1cdae4"
},
"Total": 1,
"Message": "sample string 1"
}