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": "42ae5f92-06e2-40f4-b835-416087b49291",
"code": "sample string 2",
"createdTs": "2025-12-18T22:40:15.1118568Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:40:15.1118568Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0e2db683-972f-4add-9c80-79488ae336b7",
"qrLogAttributeClass": {
"id": "593c13e8-d25e-4f80-b50a-5003fa2967cb",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
},
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f8294253-387c-4df0-a5b8-a2c8de19bbdf",
"description": "sample string 2",
"createdTs": "2025-12-18T22:40:15.1118568Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:40:15.1118568Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3f10e9ed-f3da-432b-9ecd-ece3047a376d",
"translations": [
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
},
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
}
]
},
{
"id": "f8294253-387c-4df0-a5b8-a2c8de19bbdf",
"description": "sample string 2",
"createdTs": "2025-12-18T22:40:15.1118568Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:40:15.1118568Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3f10e9ed-f3da-432b-9ecd-ece3047a376d",
"translations": [
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
},
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
}
]
}
],
"translations": [
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
},
{
"id": "4c8e71a0-10fa-4cc4-bbd8-ede4896f4986",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9255460f-ecb0-479b-a887-6c280b6376b9"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5dd2d9d8-6e80-4c61-b0c6-9f717b34b970",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.