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": "6066dca6-61c3-4c23-91ff-d6951f6fcbbd",
"code": "sample string 2",
"createdTs": "2026-04-09T12:17:55.6978713Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:55.6978713Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f76c520d-a3c5-4177-87bf-0236662c0c0a",
"qrLogAttributeClass": {
"id": "fa59a12a-a82f-46e1-99c1-42b67aaad0a4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
},
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c9bd47dd-4ce7-4185-91c6-ed606f0f35d4",
"description": "sample string 2",
"createdTs": "2026-04-09T12:17:55.6978713Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:55.6978713Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c801d9d2-41ea-4646-8f63-ac850ea8d1d6",
"translations": [
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
},
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
}
]
},
{
"id": "c9bd47dd-4ce7-4185-91c6-ed606f0f35d4",
"description": "sample string 2",
"createdTs": "2026-04-09T12:17:55.6978713Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:55.6978713Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c801d9d2-41ea-4646-8f63-ac850ea8d1d6",
"translations": [
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
},
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
}
]
}
],
"translations": [
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
},
{
"id": "37be4563-c73c-474b-bf68-780b267e9119",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8fe20631-dc5b-49b5-bc4c-c0cc3e7dd07c"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "d300fce8-0507-43ab-9032-f6af63bf93ea",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.