PUT api/UpdateQRLogAttributeValues?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeListValueName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Description | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedTs | date |
None. |
|
ModifiedBy | string |
None. |
|
IsActive | boolean |
None. |
|
CustomerId | integer |
None. |
|
QRLogAttributeId | globally unique identifier |
None. |
|
QRLogAttribute | QRLogAttribute |
None. |
|
Translations | Collection of Translation |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "f7ea6957-b6b3-422f-abab-c21539ee2265", "description": "sample string 2", "createdTs": "2025-04-04T00:24:35.1102211Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:24:35.1102211Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "f831a502-1b31-41f7-8354-4caa9cdcd40c", "qrLogAttribute": { "id": "bb473a61-844a-4de3-b3a6-eeafc2700cf3", "code": "sample string 2", "createdTs": "2025-04-04T00:24:35.1102211Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T00:24:35.1102211Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "25d1ae9a-6f9d-4aca-864e-e2ccc527ff02", "qrLogAttributeClass": { "id": "cde9a1f6-a458-4010-9b67-2450838abdb6", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" }, { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" }, { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "bc92e35d-c12c-4089-8cd3-587b60951326", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" }, { "id": "d732dbca-f634-46da-8a51-8a059655ee8e", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "777d54b9-39ea-4c79-8dca-cff513660725" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.