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": "517396c6-cbcf-4751-8cd1-14740b10500e",
"description": "sample string 2",
"createdTs": "2026-08-27T05:58:37.6773138Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:58:37.6773138Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6267ae4c-c7fc-4caa-a83a-226f5e872086",
"qrLogAttribute": {
"id": "f6752bf8-112f-432e-b35f-36fbc98f3ed5",
"code": "sample string 2",
"createdTs": "2026-08-27T05:58:37.6773138Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:58:37.6773138Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "a1781edb-2959-4938-8b04-8cad56e19d79",
"qrLogAttributeClass": {
"id": "6b1d9cc3-0e6b-43b3-8e61-136dc781b0d1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
},
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
},
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "abdb7fd3-f6b7-44af-b484-92a2fee1a395",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
},
{
"id": "ac0f6469-f546-4339-ab59-4250b04881fc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2c98739c-de74-4c4a-8e94-3f5d96b16881"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.