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": "c07e5fae-b65b-4b32-b6ed-cc628fcbee88",
"code": "sample string 2",
"createdTs": "2026-07-14T01:08:00.9372708Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:00.9372708Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "23088ef9-dc27-4c3a-aad7-dcba538e9056",
"qrLogAttributeClass": {
"id": "ead2ac64-cf20-4d3d-b410-d498863d701a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
},
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
}
]
},
"qrLogAttributeListValue": [
{
"id": "bd5805e5-c1d4-4d8d-96c8-b68fede49d2a",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:00.9372708Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:00.9372708Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "69081fa2-9faf-442b-ae01-127319406477",
"translations": [
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
},
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
}
]
},
{
"id": "bd5805e5-c1d4-4d8d-96c8-b68fede49d2a",
"description": "sample string 2",
"createdTs": "2026-07-14T01:08:00.9372708Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:08:00.9372708Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "69081fa2-9faf-442b-ae01-127319406477",
"translations": [
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
},
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
}
]
}
],
"translations": [
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
},
{
"id": "28519142-c3e8-4686-bdd9-b482212c1bd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "747ca0a4-e2ea-452e-8c1d-786424b2ce4e"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f6254ed0-21ea-4079-be5f-056aebde7d8d",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.