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": "a0fe2987-427f-41eb-862d-feb4a0cd56a0",
"description": "sample string 2",
"createdTs": "2026-04-08T10:58:52.3221765Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:58:52.3221765Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8837c2de-2130-4e33-a4f3-fe365e5afd3d",
"qrLogAttribute": {
"id": "a5b5ae5b-9c79-4812-84f4-4df5309720f4",
"code": "sample string 2",
"createdTs": "2026-04-08T10:58:52.3221765Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T10:58:52.3221765Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "33f6d9f3-aca4-46a7-91a2-390f17fff4fc",
"qrLogAttributeClass": {
"id": "c1b72270-b362-43ab-bcb3-7c6ecd3246b4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
},
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
},
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "545c0614-ba69-46c7-a18d-8fd24242b161",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
},
{
"id": "3a132d19-e478-4331-885b-8f55f6e49f15",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fe91d053-4909-4164-894b-369603579a93"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.