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": "488ca2c8-dbb7-4f6b-b215-bd11620b9a44",
"code": "sample string 2",
"createdTs": "2025-12-19T05:19:30.6782451Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:19:30.6782451Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "fed82aa5-0351-4cff-a5d6-17ec0cac4a7f",
"qrLogAttributeClass": {
"id": "ae973fa1-69f3-4b2f-8b63-a3a22753c9a8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
},
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
}
]
},
"qrLogAttributeListValue": [
{
"id": "d424a1c8-40cc-46e3-9820-eddb811529bb",
"description": "sample string 2",
"createdTs": "2025-12-19T05:19:30.6782451Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:19:30.6782451Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a3293528-3805-4049-acaf-c24093bb2bd1",
"translations": [
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
},
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
}
]
},
{
"id": "d424a1c8-40cc-46e3-9820-eddb811529bb",
"description": "sample string 2",
"createdTs": "2025-12-19T05:19:30.6782451Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:19:30.6782451Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a3293528-3805-4049-acaf-c24093bb2bd1",
"translations": [
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
},
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
}
]
}
],
"translations": [
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
},
{
"id": "c6d82d9f-1a93-4b92-bb05-f8fb30726ca8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2475917-2c91-4617-81a0-d79295858bfd"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9aa79911-1308-4bfa-87bb-b411cbb93e8a",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.