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": "7521d981-6607-423c-a280-d88d777c0eac",
"code": "sample string 2",
"createdTs": "2026-02-12T13:44:37.9847583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.9847583Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6c27bde3-5eef-40af-acea-b207e4fd6fc5",
"qrLogAttributeClass": {
"id": "952da880-35a5-4f19-a538-a1517d24b944",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
},
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a1fc8c90-1afd-4bc2-a9e2-246373b49af0",
"description": "sample string 2",
"createdTs": "2026-02-12T13:44:37.9847583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.9847583Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "12fe46c3-3354-4843-8fed-737a7bdb3549",
"translations": [
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
},
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
}
]
},
{
"id": "a1fc8c90-1afd-4bc2-a9e2-246373b49af0",
"description": "sample string 2",
"createdTs": "2026-02-12T13:44:37.9847583Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:44:37.9847583Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "12fe46c3-3354-4843-8fed-737a7bdb3549",
"translations": [
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
},
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
}
]
}
],
"translations": [
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
},
{
"id": "9ac66e71-cd9f-4fc1-8904-9414a21f85bf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5111eb1-efca-428a-9bf1-a120a60cdf2c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "fcb07271-151f-4a8d-a38c-72d251e83ee3",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.