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": "fa7b1687-8655-4a46-aded-aa230d82b682",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6056717Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6056717Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "17505a5b-1adc-4d68-bb0c-0d93d976d637",
"qrLogAttributeClass": {
"id": "309d3f4d-6921-490d-850c-4d87908cca99",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
},
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d404a48b-52dc-432f-b8c4-5e073f1b2f72",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6056717Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6056717Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8e14d46e-0f69-4453-9d8a-8ddf3577f912",
"translations": [
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
},
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
}
]
},
{
"id": "d404a48b-52dc-432f-b8c4-5e073f1b2f72",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:12.6056717Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:12.6056717Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8e14d46e-0f69-4453-9d8a-8ddf3577f912",
"translations": [
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
},
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
}
]
}
],
"translations": [
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
},
{
"id": "3169af41-daa9-4176-8046-828906367f41",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "184214d0-6971-4eb0-83d1-64c721b3c9f8"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "844dc6ca-1c49-4daa-82c0-39f847f3c478",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.