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": "04619dbe-857c-458f-a7dc-245652536641",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:21.3160882Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:21.3160882Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "066fdf32-d695-41b7-b336-06cbdeae8e12",
"qrLogAttribute": {
"id": "56674e62-c32d-4ae2-8e8f-85b3225f1005",
"code": "sample string 2",
"createdTs": "2026-08-25T05:23:21.3160882Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:21.3160882Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f5ee5310-9687-4d50-a32f-15828f0be9b3",
"qrLogAttributeClass": {
"id": "e6f72fc3-60d5-41b9-9162-0bb94dfccd72",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
},
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
},
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "01a9d98e-27eb-42cd-a546-7a92c226dd7a",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
},
{
"id": "8c2bfeb3-0494-495f-a374-9f3a75e5ec19",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0dad8a3-4855-4945-bac3-59bde0cb088d"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.