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": "0f2c96e9-84e1-4ab6-9a1b-a67213725407",
"code": "sample string 2",
"createdTs": "2026-04-08T11:00:07.916679Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:07.916679Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4cc5498b-c23f-4617-8897-8b6d6077c4bd",
"qrLogAttributeClass": {
"id": "579c4eda-6748-43d4-9169-472c85f587a3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
},
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c47c53c2-1e6e-42e7-bf95-effb190d0adf",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:07.916679Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:07.916679Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "66886ab2-b2cc-4f53-a500-b4edffe1f684",
"translations": [
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
},
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
}
]
},
{
"id": "c47c53c2-1e6e-42e7-bf95-effb190d0adf",
"description": "sample string 2",
"createdTs": "2026-04-08T11:00:07.916679Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:00:07.916679Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "66886ab2-b2cc-4f53-a500-b4edffe1f684",
"translations": [
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
},
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
}
]
}
],
"translations": [
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
},
{
"id": "148465cc-f66b-45df-be19-fe7958a10fa0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d188d95c-9699-4475-a45b-1a1d326c4f8f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e6436234-ebfb-4c05-b6c9-2dd2a372c1ee",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.