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": "fedbdb65-4ec5-4d23-81da-456fdeb03072",
"description": "sample string 2",
"createdTs": "2026-09-23T11:00:54.6998262Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:00:54.6998262Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "431ad1b3-40d0-498d-9b8d-13385e857db9",
"qrLogAttribute": {
"id": "69ba6753-e58a-431d-822b-b25dc5fada27",
"code": "sample string 2",
"createdTs": "2026-09-23T11:00:54.6998262Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:00:54.6998262Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e8633c38-ac98-440a-9028-899efc83865e",
"qrLogAttributeClass": {
"id": "f250cf61-330d-429c-9c3e-9dbbdec3b8e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
},
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
},
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "6c79defc-e76b-42b2-b184-2d4f57c1f8c8",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
},
{
"id": "00c1a849-4a27-4837-8f8a-af924aa3a842",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a1c701e0-5adf-4b97-a142-81b8daff8f7e"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.