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": "df6e853e-1897-42bb-b5ac-eff014f169ee",
"code": "sample string 2",
"createdTs": "2026-05-15T22:26:53.4761795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:53.4761795Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "08d56104-c1c2-4054-b0be-23f2b93268da",
"qrLogAttributeClass": {
"id": "8bc0efc0-0e06-47bc-99a3-390d2016105c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
},
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
}
]
},
"qrLogAttributeListValue": [
{
"id": "df6c482e-fa46-434f-a343-ec8599452b57",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:53.4761795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:53.4761795Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ab5c654c-1caf-4e40-b777-09223618b9c3",
"translations": [
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
},
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
}
]
},
{
"id": "df6c482e-fa46-434f-a343-ec8599452b57",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:53.4761795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:53.4761795Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ab5c654c-1caf-4e40-b777-09223618b9c3",
"translations": [
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
},
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
}
]
}
],
"translations": [
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
},
{
"id": "b675d04b-05ff-42dd-8072-aeafa0f312da",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4fd39dc4-dba9-4e14-a2bb-fd7050cb0c67"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1bb0cacf-41df-4eb4-a2f4-dfce96e2ca72",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.