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": "7641af7b-c098-4352-a82c-d6727144bac5",
"description": "sample string 2",
"createdTs": "2026-07-12T21:31:57.5080545Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:31:57.5080545Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "bfd213c3-04d1-4ec0-adea-366f23a0e8a8",
"qrLogAttribute": {
"id": "ca55277b-09ed-4bb6-ab69-4b975570416d",
"code": "sample string 2",
"createdTs": "2026-07-12T21:31:57.5080545Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:31:57.5080545Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "887a10e5-b4f9-4034-a617-5f02ecc0ac93",
"qrLogAttributeClass": {
"id": "fba767d4-08c0-46c5-8ff4-0972360df2e7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
},
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
},
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "52d300a5-f785-4f37-b057-fcaa82f6f6f3",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
},
{
"id": "a8b7b886-b7c0-4679-9b00-cffa511be828",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06572e3c-fa02-48e9-885a-5a7e759197af"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.