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": "51939b0b-018a-4896-86e2-68df472ffc24",
"description": "sample string 2",
"createdTs": "2025-11-09T11:40:45.2500402Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:40:45.2500402Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d351c9a9-fd35-4e64-b623-a4a51a036f45",
"qrLogAttribute": {
"id": "2fe455d9-8a93-4c8a-91d3-2150b59beda3",
"code": "sample string 2",
"createdTs": "2025-11-09T11:40:45.2500402Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:40:45.2500402Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "421ecc39-a6d0-4bf8-91bd-0cf3df6a381e",
"qrLogAttributeClass": {
"id": "63de71ef-0368-469b-a184-048b82eb3c45",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
},
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
},
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "19b489ee-bee4-4a6f-9d2f-4aae263ac86a",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
},
{
"id": "4f150064-9845-4426-bfbe-5547b9cf26b6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b650d7d-108e-4dc3-b62b-319032989687"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.