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": "85003539-91d7-471a-9613-9dd01d6e28a8",
"code": "sample string 2",
"createdTs": "2026-03-24T21:41:56.4460976Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:56.4460976Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5e31643e-82e0-493e-b71c-af8e983ae905",
"qrLogAttributeClass": {
"id": "9288efdc-f6d3-4074-9d68-6eb95305ca04",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
},
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "64fb6d9a-ad13-43dc-93f7-cfafee41ea84",
"description": "sample string 2",
"createdTs": "2026-03-24T21:41:56.4460976Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:56.4460976Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d27a0f99-f0ea-469a-8fcf-75307c6e7064",
"translations": [
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
},
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
}
]
},
{
"id": "64fb6d9a-ad13-43dc-93f7-cfafee41ea84",
"description": "sample string 2",
"createdTs": "2026-03-24T21:41:56.4460976Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:41:56.4460976Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d27a0f99-f0ea-469a-8fcf-75307c6e7064",
"translations": [
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
},
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
}
]
}
],
"translations": [
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
},
{
"id": "ef00c5c3-84d1-4b28-b6d1-d9f440b5a688",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a3b7e531-c9cc-477b-bd22-400b332edc8a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "18d3b3dc-5bf7-45b4-adf2-881bbd50d8fe",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.