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": "56da4b20-6108-4783-a6c4-02742ce6822b",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0995081Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0995081Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f4c43a02-cadd-4972-a387-e259d6c75f51",
"qrLogAttributeClass": {
"id": "8fb15a7f-13d2-41fe-af87-d8e12428669d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
},
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a99c0148-337d-4443-a098-cd704c8289b6",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0995081Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0995081Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "72b4159b-2f56-4cb6-9ca7-b77cf90a440a",
"translations": [
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
},
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
}
]
},
{
"id": "a99c0148-337d-4443-a098-cd704c8289b6",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0995081Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0995081Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "72b4159b-2f56-4cb6-9ca7-b77cf90a440a",
"translations": [
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
},
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
}
]
}
],
"translations": [
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
},
{
"id": "a59fa2e5-bd86-47e3-855b-777f3e2c1b96",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "686ae643-8e58-4336-930b-2bfca44a7d4a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "ddbd4ca8-e5c7-49aa-9c97-c9368ba23678",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.