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": "cfc9d808-8ba5-476e-ae87-b113d2be3520",
"code": "sample string 2",
"createdTs": "2026-07-12T21:33:31.8825606Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:31.8825606Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "684e66b1-1770-4447-94aa-7b19b04d0c4e",
"qrLogAttributeClass": {
"id": "f294da92-d3b6-406f-9edb-287d1303eca8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
},
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c25c51b9-bf25-4bcc-991b-97a70a2c8e86",
"description": "sample string 2",
"createdTs": "2026-07-12T21:33:31.8825606Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:31.8825606Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c1f5452c-e6d1-4f32-9c39-07a999a92af8",
"translations": [
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
},
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
}
]
},
{
"id": "c25c51b9-bf25-4bcc-991b-97a70a2c8e86",
"description": "sample string 2",
"createdTs": "2026-07-12T21:33:31.8825606Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:31.8825606Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c1f5452c-e6d1-4f32-9c39-07a999a92af8",
"translations": [
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
},
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
}
]
}
],
"translations": [
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
},
{
"id": "74bec68b-3337-4adc-856c-9485f7dab38f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "86599618-6445-4e1b-88be-f72064b6a87a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5d493de2-189f-43b0-8836-7fd88c36b34a",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.