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": "add57170-e071-44c6-9a84-ca6a0b7457de",
"code": "sample string 2",
"createdTs": "2026-07-09T18:31:46.1618608Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:46.1618608Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "3306ef9f-d7b0-49db-a7b9-5d55fec2360f",
"qrLogAttributeClass": {
"id": "ac8f4371-23dc-42fc-93e2-8854c8c9e076",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
},
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "25f876be-9db3-4bd4-b668-eba50861752a",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:46.1618608Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:46.1618608Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c92c645b-8870-45f3-8df9-7c38054e89bd",
"translations": [
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
},
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
}
]
},
{
"id": "25f876be-9db3-4bd4-b668-eba50861752a",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:46.1618608Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:46.1618608Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c92c645b-8870-45f3-8df9-7c38054e89bd",
"translations": [
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
},
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
}
]
}
],
"translations": [
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
},
{
"id": "d15ab3c0-60b0-4119-b7c9-6bada6098f70",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3a86cb9a-3ce3-4e3f-b2e7-771a05d48e4a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "bf221815-c3d3-4ccb-8447-d7c8d3f14e2a",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.