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": "9bf5911a-8c11-41bd-9ced-f7a2f4a8bfe5",
"code": "sample string 2",
"createdTs": "2026-05-23T19:39:58.2393128Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.2393128Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "24fdc202-f1dd-4b9e-be8d-eade60e7e1df",
"qrLogAttributeClass": {
"id": "eab4e915-1486-4365-ad3a-a9fc4d139c57",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
},
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
}
]
},
"qrLogAttributeListValue": [
{
"id": "3af84320-bcb1-42cb-b802-54c285ccc31a",
"description": "sample string 2",
"createdTs": "2026-05-23T19:39:58.2393128Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.2393128Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2a0112ab-a2ef-43c1-846f-5d0d4f0777a2",
"translations": [
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
},
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
}
]
},
{
"id": "3af84320-bcb1-42cb-b802-54c285ccc31a",
"description": "sample string 2",
"createdTs": "2026-05-23T19:39:58.2393128Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:39:58.2393128Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2a0112ab-a2ef-43c1-846f-5d0d4f0777a2",
"translations": [
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
},
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
}
]
}
],
"translations": [
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
},
{
"id": "1faeb302-42d6-4a42-8db8-f85da8350494",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4d5f982f-1bff-4b37-a7c8-72531a32f7ab"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1e09b298-52a4-4fa4-886b-7ca244d31b24",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.