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": "81718088-7533-4f08-89cd-94d2a9b00668", "Name": "sample string 1", "CompanyId": "c42497fc-4e51-40f9-b38a-e06ab2ef214d" }
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": "0f480542-41e8-4ad8-abbd-fafb4dab7c11", "Name": "sample string 1", "CompanyId": "42baa1cc-84cc-45b3-bb2c-f5027a468065" }, "Total": 1, "Message": "sample string 1" }