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": "f8f2f6c0-a469-458f-a155-8b2d78c26f3a",
"Name": "sample string 1",
"CompanyId": "b982e7cf-0fd0-464b-a3f8-ecbda0248a4b"
}
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": "5a01c737-0268-4aad-ba1e-a0affb37723a",
"Name": "sample string 1",
"CompanyId": "836e53a0-6fb7-4104-b778-dcb5616d572f"
},
"Total": 1,
"Message": "sample string 1"
}