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": "0cc00d71-a6a9-4567-bc7f-9d54c000856b",
"Name": "sample string 1",
"CompanyId": "b3ba1c6b-6ceb-4a3b-a52d-0131a3a216e9"
}
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": "ce00e0e0-13c8-4bfb-971c-55c98a1c38d7",
"Name": "sample string 1",
"CompanyId": "d76c9188-12cc-446d-b23e-692c6b3fc2eb"
},
"Total": 1,
"Message": "sample string 1"
}