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": "ddf3cb5a-380c-40c1-b8b8-f8f679889f3d", "Name": "sample string 1", "CompanyId": "ada09d5e-0ed7-4df6-915e-caa07e58e69f" }
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": "c8cbffb5-c4bb-4c05-92d5-29a1340ff586", "Name": "sample string 1", "CompanyId": "1d446a40-8782-45e0-aac9-f5b0844ad5c7" }, "Total": 1, "Message": "sample string 1" }