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": "f9676e42-82af-481c-ab2e-4c9fec222712",
"Name": "sample string 1",
"CompanyId": "d6a0772a-588f-446c-88dc-9372c1db62a6"
}
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": "d58a4bbd-7e79-49d6-9880-623fdcb74903",
"Name": "sample string 1",
"CompanyId": "092b6c70-b279-4e79-8ebf-48935b9879a3"
},
"Total": 1,
"Message": "sample string 1"
}