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": "c04b1835-d606-41b7-80af-531f686bb220", "Name": "sample string 1", "CompanyId": "654fe183-8973-4751-9b83-dd8a18008ae1" }
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": "b6e5c159-d8bb-498a-becb-971cd2881e4f", "Name": "sample string 1", "CompanyId": "c7107e60-a868-4248-a907-e41657588af8" }, "Total": 1, "Message": "sample string 1" }