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": "d8edb4b3-99ba-47fb-807f-a06736c24694", "Name": "sample string 1", "CompanyId": "502b981d-795b-4535-8f12-7965328d410e" }
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": "646c5c93-6355-40bc-a4c7-96fa7205a439", "Name": "sample string 1", "CompanyId": "b7d02946-de7e-4860-b678-5439095b1351" }, "Total": 1, "Message": "sample string 1" }