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": "521ac45d-1f88-46c7-a924-87e59b551f16", "Name": "sample string 1", "CompanyId": "4ddf6225-56ef-4006-aee9-6e69f58d6157" }
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": "94e8159f-49d4-4c31-89a6-af971428ca34", "Name": "sample string 1", "CompanyId": "b2245269-423a-4e87-a698-3cc1b5a0731a" }, "Total": 1, "Message": "sample string 1" }