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": "25dc7abd-5b70-498f-aeac-9be393be459d",
"description": "sample string 2",
"createdTs": "2025-12-18T22:39:51.4712818Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:39:51.4712818Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "deb3247c-5a4a-42c6-b1ce-8eb304209845",
"qrLogAttribute": {
"id": "f82bb911-aa73-4031-8ea1-8d54cf527f09",
"code": "sample string 2",
"createdTs": "2025-12-18T22:39:51.4712818Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:39:51.4712818Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0179f104-66e5-4fb8-8b9e-fdde60f3cb95",
"qrLogAttributeClass": {
"id": "5743d22a-f969-4cb3-a078-f3229a8a6544",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
},
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
},
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "aad1d358-95c1-42e3-b46c-583e0e428283",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
},
{
"id": "7b310bc8-567d-43d6-861f-4902b9dcd870",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "391513b3-f84b-4984-86af-3c9495d655e2"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.