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": "4c9a4c97-f504-4ec7-ba3f-034b40ab4710",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:39.3729793Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:39.3729793Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1f3c439a-a797-4ad4-b339-60eb71b6e53e",
"qrLogAttribute": {
"id": "6286947d-f3dc-4745-85fb-fdd6222ca73c",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:39.3729793Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:39.3729793Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "affe12c1-122e-48cc-b4bd-e19afcbafdd1",
"qrLogAttributeClass": {
"id": "e5d1a7ae-68a4-4bbf-8821-1ab0a2159c85",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
},
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
},
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4b5feb70-6ba6-46ce-8457-14d0adf998d5",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
},
{
"id": "6b2b5c41-9598-4789-a4d4-0a14b0330dba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f9996930-acbd-47eb-8fcc-7624e5850014"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.