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": "4d878508-9257-4059-be45-1efbd11612ec",
"code": "sample string 2",
"createdTs": "2026-08-28T06:25:35.8028105Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:35.8028105Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6c91c66f-a901-4586-b6fe-8d192a804b17",
"qrLogAttributeClass": {
"id": "ec870aa2-7257-4bec-98e7-84397a362f56",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
},
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
}
]
},
"qrLogAttributeListValue": [
{
"id": "9185f96f-c5b7-4f43-be6d-cdcfdb14d942",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:35.8028105Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:35.8028105Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "db642a00-98c2-46a5-bf26-fae149b4c9f7",
"translations": [
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
},
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
}
]
},
{
"id": "9185f96f-c5b7-4f43-be6d-cdcfdb14d942",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:35.8028105Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:35.8028105Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "db642a00-98c2-46a5-bf26-fae149b4c9f7",
"translations": [
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
},
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
}
]
}
],
"translations": [
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
},
{
"id": "d639aeb3-80aa-452c-b386-8a4460d04d39",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aadfc638-7c96-45f4-aafd-299a72829247"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ecea42ee-a139-4153-b59c-2d8ec311daf0",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.