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": "a8632ef9-0ac0-46c0-b0c3-b55070a37ae2", "Name": "sample string 1", "CompanyId": "bfa18bc3-062d-4d6c-9b3f-6f29c4b1465f" }
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": "63a59cf2-457e-486e-a292-401d159daafa", "Name": "sample string 1", "CompanyId": "a5b33555-4802-46bd-a52f-52aef78a1e4d" }, "Total": 1, "Message": "sample string 1" }