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": "dcfad49e-ea0f-4ebe-a686-6c3c3cc5f5a8",
"description": "sample string 2",
"createdTs": "2026-02-26T03:39:21.0157617Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:39:21.0157617Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "07be0542-247f-4083-ba57-b8a5c9281591",
"qrLogAttribute": {
"id": "77057061-e5de-4d79-a0fd-5ac4781120b7",
"code": "sample string 2",
"createdTs": "2026-02-26T03:39:21.0157617Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:39:21.0157617Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e39cda78-a010-4937-bb98-0a94d1fab114",
"qrLogAttributeClass": {
"id": "14a9c2d4-a0a6-4573-89ae-6fbcdf5fb2e0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
},
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
},
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "08dcb9d6-72b4-42d9-9a97-55479460eae6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
},
{
"id": "afac1a00-e853-4b64-98ea-7e9f380f8e09",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5b6e10b-f064-4b5f-b712-db45478b3668"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.