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": "50553cdc-9f7f-4a48-8138-d48dd7181017",
"description": "sample string 2",
"createdTs": "2026-02-12T13:43:22.2804295Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:43:22.2804295Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "164f4bc7-14fe-4f2d-81eb-ec83b512a33d",
"qrLogAttribute": {
"id": "ebe7ec4c-e316-4589-84db-aa72b0975aae",
"code": "sample string 2",
"createdTs": "2026-02-12T13:43:22.2804295Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:43:22.2804295Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c8b53544-ea88-48c7-acf5-0b3ced3c8222",
"qrLogAttributeClass": {
"id": "7f81d828-1cb2-4028-b049-53151f870edd",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
},
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
},
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "af8b7606-aa68-439c-95fa-83eea257a2b0",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
},
{
"id": "41137799-9f5e-4171-90eb-cc92d66f7110",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2bf466ef-d59d-45d2-a88c-45af7a2db3bd"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.