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": "1f478ca8-ffc6-4e9a-af5a-a38a830c3cd5",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:29.533334Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:29.533334Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "4c71a851-850b-4b15-9961-4a3857f1facb",
"qrLogAttribute": {
"id": "95d505b4-7156-41e7-94e4-a943d09c9bbb",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:29.533334Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:29.533334Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "efb7594c-5013-4a1c-8caa-767b2ff387aa",
"qrLogAttributeClass": {
"id": "4a38ef8c-be7b-4547-8bcc-e14a8aa1c6b6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
},
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
},
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "fbf613eb-084c-43e7-bc9b-3982b41ea10f",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
},
{
"id": "62fbf1c0-4ae8-4608-92a6-fc53385f3a5b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d434f7fe-be4f-4e3b-bc7c-81334b303424"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.