PUT TaskStatusTypes
Updates a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
TaskStatusType that will be updated with given info.
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": "eb11c899-d5e4-4751-bf64-3320eb39f878", "Name": "sample string 1", "CompanyId": "6b376e1c-25d4-4f1a-a2f3-bf337340fbb8" }
Response Information
Resource Description
On success, the updated 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": "574594f9-c235-4e8d-a72a-698cc159753c", "Name": "sample string 1", "CompanyId": "9e2ed4b0-c9e1-4042-8899-2ec24f5f3de8" }, "Total": 1, "Message": "sample string 1" }