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": "89233e4d-7ebb-42f7-9c5c-760e93c037ea", "Name": "sample string 1", "CompanyId": "011cd722-2633-4c30-9030-f7bf4bc21c2e" }
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": "e56e703d-c77a-41b0-8498-67d71f4a4be6", "Name": "sample string 1", "CompanyId": "82ccc4c8-854b-472b-81fa-ac5be95c74d8" }, "Total": 1, "Message": "sample string 1" }