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": "c4de172f-a0b6-4c4b-8a23-7df759545826",
"Name": "sample string 1",
"CompanyId": "4d239b49-71b9-4758-b3b6-34d8783ef217"
}
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": "0b8f5700-e45a-45f0-b10e-7ef12a0ee35a",
"Name": "sample string 1",
"CompanyId": "6b41109c-2585-4815-8faa-b928f6fc577a"
},
"Total": 1,
"Message": "sample string 1"
}