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": "5bd14d82-ad3e-4831-b08b-0ab6f2860248",
"code": "sample string 2",
"createdTs": "2026-02-26T03:40:28.1539758Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.1539758Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b76dc3d5-489f-4c4e-9ac1-1f1569ff8b81",
"qrLogAttributeClass": {
"id": "1c2d43c4-1b81-4d57-9787-79bf663b23fd",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
},
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2354566e-0de6-4108-8962-b357aa9989db",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:28.1539758Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.1539758Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "458eb9ed-07af-45d5-85cb-39ee7c095364",
"translations": [
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
},
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
}
]
},
{
"id": "2354566e-0de6-4108-8962-b357aa9989db",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:28.1539758Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:28.1539758Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "458eb9ed-07af-45d5-85cb-39ee7c095364",
"translations": [
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
},
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
}
]
}
],
"translations": [
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
},
{
"id": "a120474a-afa1-4194-bbea-81b4ef2cc34e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fdbe4f3d-f489-4422-859d-32ffa77f9a6d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "af877b11-eba5-40a3-a406-9c29cf22f0ad",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.