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": "7e3b5789-812a-47cf-9b9c-3eb83a978562", "Name": "sample string 1", "CompanyId": "fa1d8405-bb36-4c32-870b-327ab6d9d5a2" }
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": "cfa36d5b-dbf0-44b3-8638-314d0d5f227a", "Name": "sample string 1", "CompanyId": "8b9bfd04-9077-409e-ba1b-e780941c5dfb" }, "Total": 1, "Message": "sample string 1" }