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": "4c25d187-2369-4747-a324-6e9c9e25cf8a",
"description": "sample string 2",
"createdTs": "2026-05-15T22:25:35.5331759Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:25:35.5331759Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8ccecad1-533c-4d02-9b9e-62c7b4a735cf",
"qrLogAttribute": {
"id": "be03606c-b189-4cb9-bad7-379bbd77d471",
"code": "sample string 2",
"createdTs": "2026-05-15T22:25:35.5331759Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:25:35.5331759Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "bb9c83d9-1969-4fc1-a6e7-19da7016f929",
"qrLogAttributeClass": {
"id": "b0230c1d-cc29-4399-896b-e32782994945",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
},
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
},
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f4a7d69d-e31c-4a9e-87d4-3d863a38c4a2",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
},
{
"id": "4cf38688-e445-4343-b6fb-6b04862eb1d3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8d1626c7-e3c2-4d91-a202-c55af13281e5"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.