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": "80deefae-5aef-455e-8fb7-504f782f25de",
"code": "sample string 2",
"createdTs": "2026-09-23T11:02:09.0883102Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.0883102Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6785865c-9744-4f4a-91ea-29b5597388be",
"qrLogAttributeClass": {
"id": "074a2086-aab7-4a5b-a0b8-7dde8734b73a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
},
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e1b70a26-3c61-47a5-9b72-35ec2a366380",
"description": "sample string 2",
"createdTs": "2026-09-23T11:02:09.0883102Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.0883102Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c471eb97-6364-4b3f-b481-a9aa22665d0b",
"translations": [
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
},
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
}
]
},
{
"id": "e1b70a26-3c61-47a5-9b72-35ec2a366380",
"description": "sample string 2",
"createdTs": "2026-09-23T11:02:09.0883102Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:09.0883102Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c471eb97-6364-4b3f-b481-a9aa22665d0b",
"translations": [
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
},
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
}
]
}
],
"translations": [
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
},
{
"id": "98d2085b-d64b-4437-9934-70b18dc96075",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b1c85611-8290-47cd-8d67-7d3ea8acd2e2"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "895b7aaf-7a28-4f63-9d9c-72af90a6f82f",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.