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": "9d9f614a-746f-499d-a4a5-e94966dd9eee", "Name": "sample string 1", "CompanyId": "6b87691d-ccce-45c4-b688-988221bd40bf" }
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": "10cd4b7f-d2f9-41af-be59-f249f2b0c1a7", "Name": "sample string 1", "CompanyId": "fd7adc18-0014-4176-834c-570d809fdda9" }, "Total": 1, "Message": "sample string 1" }