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": "2a8608a2-f6c6-4f1c-b908-990f3423195a",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:56.9206267Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:56.9206267Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3a08111f-c749-4b2f-afe3-0f9bc986969a",
"qrLogAttribute": {
"id": "114bf570-9695-440c-b1a3-640c6ef78b10",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:56.9206267Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:56.9206267Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "fc0d1dda-a3a9-4e9a-b602-99f9f3fdeb27",
"qrLogAttributeClass": {
"id": "d9eaf25e-41a2-4da3-8811-772cd3dfa1b7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
},
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
},
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1068fe85-a439-4280-88b6-0de48cb398d7",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
},
{
"id": "bda24cc9-838e-4e2b-bffc-8d0537da83cc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fe7f372-2171-48c4-ae4a-2ac388bda808"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.