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": "de3770a3-309b-4543-866e-0a29f164b1e1", "Name": "sample string 1", "CompanyId": "5ef8c96c-c374-41d0-a6d1-21a00e7752cf" }
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": "ba16f6b0-ff04-45f4-9404-65d1333e2697", "Name": "sample string 1", "CompanyId": "d14198a2-43b8-4c18-86af-43abf2d1c7a2" }, "Total": 1, "Message": "sample string 1" }