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": "f43bbbc0-f573-4a51-83c6-b05009df2c82", "Name": "sample string 1", "CompanyId": "aac85774-8b5a-4a6b-8f83-c9800790e800" }
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": "9cfed749-0f8d-41b7-b3cc-a5af61cca15f", "Name": "sample string 1", "CompanyId": "3894956a-f7e8-478d-9bca-5725626972b8" }, "Total": 1, "Message": "sample string 1" }