POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeName | 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": "20e7bd64-e3b3-4dea-bde2-ef1720ea81a3", "Name": "sample string 1", "CompanyId": "e5b4a15c-69fd-4961-8028-66cd08a48bdd" }
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": "14deff5a-825e-4c56-afe7-f4b9e1eecdbd", "Name": "sample string 1", "CompanyId": "ff1a7aa5-a097-40cc-8c9d-4a43478f7846" }, "Total": 1, "Message": "sample string 1" }