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": "782589ab-6569-455a-965c-93f29bd2e18b",
"description": "sample string 2",
"createdTs": "2026-05-23T19:39:07.034967Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:07.034967Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e60d8a42-51cd-42eb-b7ce-3cb3f445b6e8",
"qrLogAttribute": {
"id": "dc5ff2c2-c446-47d2-91a0-281b6798d8b5",
"code": "sample string 2",
"createdTs": "2026-05-23T19:39:07.034967Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:07.034967Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6b9af3fd-b377-4bee-87c2-61e831ffc447",
"qrLogAttributeClass": {
"id": "6cc0b5a4-f54e-4720-bf92-1019c24ca097",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
},
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
},
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9cc04c5f-e9ac-4ea6-a3f3-8a4d0eecfd4a",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
},
{
"id": "aaa093e6-119a-4d9c-be1d-a146490a6c86",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "11b6a27d-8c03-4080-a05e-76652574764b"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.