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": "59987d0b-a435-49f0-b7a4-957383ed9d16",
"Name": "sample string 1",
"CompanyId": "bf886370-4987-4369-9fde-02cba1ca95c3"
}
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": "74606be5-7aec-470f-b473-a62ba671df00",
"Name": "sample string 1",
"CompanyId": "f55637b2-8272-47ec-a8fc-4373bdfacef5"
},
"Total": 1,
"Message": "sample string 1"
}