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": "d3cc7909-9464-419f-b673-a74c731e5f77", "Name": "sample string 1", "CompanyId": "14b6565b-3136-402b-badb-558c0c818772" }
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": "04736e33-4d05-478a-bd24-4a80c911c09e", "Name": "sample string 1", "CompanyId": "637449d9-20db-434f-84e8-cd78329cb3e5" }, "Total": 1, "Message": "sample string 1" }