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": "ce466deb-be11-46ca-aa2d-fa0d18792151",
"description": "sample string 2",
"createdTs": "2026-07-14T01:06:35.8758519Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:06:35.8758519Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "09424d21-f284-408a-aedb-e31f8438dc21",
"qrLogAttribute": {
"id": "36273e91-7738-4a15-9d54-a5735dfa33fa",
"code": "sample string 2",
"createdTs": "2026-07-14T01:06:35.8758519Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:06:35.8758519Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d03ad174-a6fb-4b49-a378-534232296421",
"qrLogAttributeClass": {
"id": "e0d85bd1-df14-438d-b869-e8f21fd9b510",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
},
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
},
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2df611eb-360a-4232-ae40-d5e58181420d",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
},
{
"id": "e2e55280-a399-4693-8a21-848ca85f40f4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "78ed01e6-8776-413d-a48f-ea6b3efb9b36"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.