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": "850c53f5-afd4-4a18-aa0d-8a91002e3f39",
"description": "sample string 2",
"createdTs": "2026-01-03T08:26:42.6723877Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:26:42.6723877Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a23dd6f4-0533-4393-9031-21246b5e313f",
"qrLogAttribute": {
"id": "570cd0d1-6d32-4a6e-b032-99d77917ea5d",
"code": "sample string 2",
"createdTs": "2026-01-03T08:26:42.6723877Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:26:42.6723877Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4c3dccea-15db-4aa3-8d7d-986c5a82ba33",
"qrLogAttributeClass": {
"id": "3aa547a5-aa49-4506-8d07-de98d0b2d1af",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
},
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
},
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2ffaa8a8-48b9-4200-b33a-d0c70820f963",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
},
{
"id": "ff3ab3d6-1823-4496-a745-2022c2f27aa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7122369d-0e9f-4cdc-aaec-90139aa62a9f"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.