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": "30642e31-5afb-4229-a2ab-027ebcb23a85",
"Name": "sample string 1",
"CompanyId": "6e7103ec-e3ed-4bb0-bf17-2838bf416264"
}
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": "19ea9d60-a7bc-4021-b2a1-16857cb10271",
"Name": "sample string 1",
"CompanyId": "6da4b99b-b225-458a-8605-b15deff155bc"
},
"Total": 1,
"Message": "sample string 1"
}