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": "49ab4351-611c-4eaf-a1e5-b24bd0cc2eb0",
"description": "sample string 2",
"createdTs": "2026-03-24T21:45:33.9483602Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:45:33.9483602Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f483890a-34cc-4fc5-a44f-a02e32decad2",
"qrLogAttribute": {
"id": "3f5dbd27-8b02-46c4-84a4-bb32f39405c2",
"code": "sample string 2",
"createdTs": "2026-03-24T21:45:33.9483602Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:45:33.9483602Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "3b6f18cf-4b80-4efd-b9b5-85fceebc90ab",
"qrLogAttributeClass": {
"id": "737eea5b-5dba-4bf8-af69-cba91efb34ae",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
},
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
},
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a758bb28-1bdb-46a1-a47d-c1b103dcf394",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
},
{
"id": "7617a375-0256-4928-8812-4293f549d9b9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f0e4cd73-1190-42ec-8c49-039ba6a70616"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.