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": "18688fda-19f9-436d-a3d4-d9806a374617",
"code": "sample string 2",
"createdTs": "2026-04-12T21:51:24.5084531Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:24.5084531Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "909ceeca-4059-4626-bcc8-06831ac522f7",
"qrLogAttributeClass": {
"id": "be95c611-753e-468c-bc43-dd0e0f0d3b21",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
},
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
}
]
},
"qrLogAttributeListValue": [
{
"id": "60f6da3c-42bc-46fb-9ee3-27a2708c96ef",
"description": "sample string 2",
"createdTs": "2026-04-12T21:51:24.5084531Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:24.5084531Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a47fa2d8-392f-48d7-a57a-f0a5e6db442a",
"translations": [
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
},
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
}
]
},
{
"id": "60f6da3c-42bc-46fb-9ee3-27a2708c96ef",
"description": "sample string 2",
"createdTs": "2026-04-12T21:51:24.5084531Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:24.5084531Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a47fa2d8-392f-48d7-a57a-f0a5e6db442a",
"translations": [
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
},
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
}
]
}
],
"translations": [
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
},
{
"id": "562ebf36-54ac-4b81-9057-06be5bd4227b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df7041d1-03ae-4f15-8b9f-66b290919e54"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5ba548ff-2394-4de6-bc6b-10c0254d890d",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.