PUT api/QRLogAttributes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
QRLogAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClass |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
| Translations | Collection of Translation |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| TaxonomyNameGeneric | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "e70ed583-eaf1-452a-9e0c-d88e33e6b236",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:52.3431697Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.3431697Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e04f3087-2309-4dff-b740-a062c666f459",
"qrLogAttributeClass": {
"id": "dd82021c-f69b-4d43-a2a1-d58d494cb723",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
},
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ec29bb79-8d07-49ef-92d4-4bd4e4803114",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.3431697Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.3431697Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3069399e-a673-45e5-a0f4-e8c300433635",
"translations": [
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
},
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
}
]
},
{
"id": "ec29bb79-8d07-49ef-92d4-4bd4e4803114",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:52.3431697Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:52.3431697Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3069399e-a673-45e5-a0f4-e8c300433635",
"translations": [
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
},
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
}
]
}
],
"translations": [
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
},
{
"id": "684ecde5-751f-41dd-92ea-ab867403d555",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2a4f0bd-e068-4bfa-a899-39588605bcba"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "994b72d4-4c5a-4f7a-b64c-a522ea8591ae",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.