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": "88637df6-2221-4417-950f-844947114dc3", "Name": "sample string 1", "CompanyId": "69b64694-c791-4a5a-a459-06850a5aa09d" }
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": "723588ce-ef7e-4c77-a75b-681e5c5b8079", "Name": "sample string 1", "CompanyId": "d9b38766-8a90-41e3-aff1-66d8ce4e36d8" }, "Total": 1, "Message": "sample string 1" }