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": "6665f799-4cd9-4db7-b48b-0f5dd388ef5a",
"description": "sample string 2",
"createdTs": "2026-02-18T23:40:47.4335037Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:40:47.4335037Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "20b614ca-0f37-4206-904f-2adaf6c73332",
"qrLogAttribute": {
"id": "7a48498f-da78-450e-90e3-42cb4f679349",
"code": "sample string 2",
"createdTs": "2026-02-18T23:40:47.4335037Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:40:47.4335037Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "ad3a9457-5eec-4cc5-8210-9157dd8b73b9",
"qrLogAttributeClass": {
"id": "c5769b1e-1d48-4c5a-81fb-9a6a6f8c5817",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
},
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
},
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e4e1550e-0d6b-4988-a13f-18dae38380bf",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
},
{
"id": "b9c77be4-176d-4199-8a18-d75e4a2a0131",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1bbd80f1-0458-43e6-a6ea-f6aa5bbb952f"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.