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": "bc55db64-eb54-417d-ad0b-aa546fdd300e", "Name": "sample string 1", "CompanyId": "1c198a2d-0893-48e9-aa59-adf6463a0699" }
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": "0eda83d2-e2fa-4f1c-9042-44c05028a87c", "Name": "sample string 1", "CompanyId": "80267de8-c198-4470-85c4-9570f059a5a8" }, "Total": 1, "Message": "sample string 1" }