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": "f9d54b3a-fbb3-4a46-bfe9-d3d034304419", "Name": "sample string 1", "CompanyId": "c085918e-8c7d-4db9-99b4-29b27ade7a6c" }
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": "0d2c0817-dbdd-47d7-92d1-c6a3143e73d5", "Name": "sample string 1", "CompanyId": "b923fc24-e7d3-4e4c-9188-31de23a66371" }, "Total": 1, "Message": "sample string 1" }