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": "68918ac0-f02f-4c93-bfd5-a5c8a1d91a3d", "Name": "sample string 1", "CompanyId": "6d9152c4-b90c-4e4b-b9f7-5b62a29adce7" }
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": "a3da0762-5275-4858-8511-8f18f6f04a8c", "Name": "sample string 1", "CompanyId": "eb0bbb78-827b-4718-8b3b-b8637c510a04" }, "Total": 1, "Message": "sample string 1" }