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": "fd5247d1-a054-404b-a46d-519e6657bddf", "Name": "sample string 1", "CompanyId": "3ce27b34-e39d-4f22-bf3b-07cad12327dc" }
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": "cdf29751-936a-4cf6-ad1e-aed724de512c", "Name": "sample string 1", "CompanyId": "85b34dd7-ee3d-410a-a5b9-095d7a0783c6" }, "Total": 1, "Message": "sample string 1" }