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": "5936b983-5760-468b-92c7-af7d3aeb63d7",
"code": "sample string 2",
"createdTs": "2026-01-09T02:09:38.5080491Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.5080491Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8692b4ed-6dcc-4d9f-93cb-3c0943f3de6c",
"qrLogAttributeClass": {
"id": "fb037f10-1482-4121-8824-2924fb6c3116",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
},
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f552f72f-bfc1-4c63-837e-04d7b52e1f5b",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:38.5080491Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.5080491Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "49fa15d9-d87c-482d-8272-1bddabe33461",
"translations": [
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
},
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
}
]
},
{
"id": "f552f72f-bfc1-4c63-837e-04d7b52e1f5b",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:38.5080491Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:38.5080491Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "49fa15d9-d87c-482d-8272-1bddabe33461",
"translations": [
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
},
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
}
]
}
],
"translations": [
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
},
{
"id": "8bf87915-8783-41f9-aa92-842a3002a821",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bf7cad2d-a3ae-48a3-95fb-e8953e2fbe71"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1bf0994d-904b-47b8-b99d-4775b2e7a0a1",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.