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": "71ee743a-e428-41b8-a49f-5145fd9d1e25", "Name": "sample string 1", "CompanyId": "4a41ac8c-ab20-4568-b606-ae1057a4f58b" }
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": "95580fa0-7194-44f2-8465-0d043b84c65e", "Name": "sample string 1", "CompanyId": "2dbc380d-2794-476a-bef4-ae08e2e1abc2" }, "Total": 1, "Message": "sample string 1" }