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": "4b3f9a81-34f3-4279-bd0c-a38db1a8468a", "Name": "sample string 1", "CompanyId": "7b875200-07d0-467f-bf77-76918507d396" }
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": "4b4ca333-83a7-4916-a167-64851c064168", "Name": "sample string 1", "CompanyId": "82463a2b-5422-48e5-b140-c18926fb4460" }, "Total": 1, "Message": "sample string 1" }