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": "924c2c3b-9109-4fee-bacf-8dea856267ca",
"Name": "sample string 1",
"CompanyId": "91143098-16a2-43a8-bd9b-1e2f3d2b720f"
}
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": "e8cd9bbe-0108-46fa-a7ff-f9d6f0672759",
"Name": "sample string 1",
"CompanyId": "a746b96d-c794-4628-a068-a43407332bc4"
},
"Total": 1,
"Message": "sample string 1"
}