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": "29081ddc-1440-4529-a411-2018fe235310", "Name": "sample string 1", "CompanyId": "5c907eb4-3e24-422b-ae23-22c7e0916ff5" }
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": "794e66fe-9835-4835-b5b1-c120f3728703", "Name": "sample string 1", "CompanyId": "8040ab13-5eaf-438d-a54a-c8af42148a20" }, "Total": 1, "Message": "sample string 1" }