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": "585730c4-5526-41b9-aa6b-f5f66ff61311",
"code": "sample string 2",
"createdTs": "2025-11-06T10:19:57.1935325Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:19:57.1935325Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "21c882b9-3e01-417d-8b1b-1d088a50f2cc",
"qrLogAttributeClass": {
"id": "de90e75f-854f-4d07-b1f0-044939f11bae",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
},
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8e1ddc2c-c5a6-4f1f-9430-e8de662ef8be",
"description": "sample string 2",
"createdTs": "2025-11-06T10:19:57.1935325Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:19:57.1935325Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d5dd9c17-abdd-46cf-b363-f9b9354d0d2b",
"translations": [
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
},
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
}
]
},
{
"id": "8e1ddc2c-c5a6-4f1f-9430-e8de662ef8be",
"description": "sample string 2",
"createdTs": "2025-11-06T10:19:57.1935325Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:19:57.1935325Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d5dd9c17-abdd-46cf-b363-f9b9354d0d2b",
"translations": [
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
},
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
}
]
}
],
"translations": [
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
},
{
"id": "212ff8cc-9be0-4ced-8f8c-258ed93f776d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d99cb643-bb81-4b97-b919-6bf1a230ee55"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "48529427-8a26-4d97-8e73-69c18371d9b5",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.