PUT api/UpdateQRLogAttributeValues?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeListValue| Name | 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": "639f8261-aa54-41a0-92fa-cf2fc41b7bf2",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:04.9561852Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:04.9561852Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "85b204f0-3277-4872-8cce-7c02f81c82ca",
"qrLogAttribute": {
"id": "e2fa03ed-9814-4bcf-90a7-3c6e901bc46c",
"code": "sample string 2",
"createdTs": "2026-08-28T06:25:04.9561852Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:04.9561852Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4cf14386-f3c8-480a-8a7a-f417ef739950",
"qrLogAttributeClass": {
"id": "51d975fc-bee1-48eb-9fdc-6450faa5ddbd",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
},
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
},
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a9c48990-7fb5-4c03-8ff7-4d4dd5deccb4",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
},
{
"id": "5387eff1-ed06-4fee-82f0-3e3ffaeead3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "395a1f95-2726-4bf9-8d7a-40f85f1b41b4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.