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": "12b77c8a-c67c-489e-bcd2-3d81107c86be", "Name": "sample string 1", "CompanyId": "d10ffa5a-ebc8-40b2-8e42-0660166a040b" }
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": "62585c15-6ef2-4237-b7ee-a5f2ea5f0c00", "Name": "sample string 1", "CompanyId": "fbe04367-a6c5-44ce-88c1-8ebf85c5b549" }, "Total": 1, "Message": "sample string 1" }