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": "6b5b64e9-15d4-4307-b3c2-e89b780eb36f", "Name": "sample string 1", "CompanyId": "d255e368-5c9d-4742-b22c-2d4ec470cf03" }
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": "e8e4184b-cc05-47b4-a689-90818c4457ed", "Name": "sample string 1", "CompanyId": "36372385-43c3-4fd2-b96c-64c3c16e3c7c" }, "Total": 1, "Message": "sample string 1" }