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": "06c119f8-a8c2-46d1-9413-5f85ff1066e1",
"description": "sample string 2",
"createdTs": "2026-04-12T21:52:41.0221479Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:41.0221479Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "dc0bc34c-2cb0-421e-94e9-2b35e6c7e2cb",
"qrLogAttribute": {
"id": "5713ad5d-ba5a-46d9-83e6-548b614fb69c",
"code": "sample string 2",
"createdTs": "2026-04-12T21:52:41.0221479Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:52:41.0221479Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1465ac44-e3c1-45c2-9bef-a57d90b05311",
"qrLogAttributeClass": {
"id": "6b53b6ec-a580-4082-b270-612a380f4c92",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
},
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
},
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b3584af9-6f2f-4574-bad3-b4202bf405f8",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
},
{
"id": "84e498ed-5eed-4e5e-becc-44f6af7a6fb0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03e76ce2-6a0e-41c1-b0de-836e70dc9afb"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.