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": "7e2ab5ea-74c1-457a-8b09-cf6dcf4918e8",
"code": "sample string 2",
"createdTs": "2025-11-09T11:42:54.1717361Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:42:54.1717361Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "16de2a9c-9d8b-40a4-8b71-b69ff25d215c",
"qrLogAttributeClass": {
"id": "a58d809b-8a98-47e6-9233-69301aacd677",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
},
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2ee7157b-3258-46db-bcf4-1f0f81f64849",
"description": "sample string 2",
"createdTs": "2025-11-09T11:42:54.1717361Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:42:54.1717361Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "da8fba2c-19eb-40a6-b077-9fff07ed33fa",
"translations": [
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
},
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
}
]
},
{
"id": "2ee7157b-3258-46db-bcf4-1f0f81f64849",
"description": "sample string 2",
"createdTs": "2025-11-09T11:42:54.1717361Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:42:54.1717361Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "da8fba2c-19eb-40a6-b077-9fff07ed33fa",
"translations": [
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
},
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
}
]
}
],
"translations": [
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
},
{
"id": "f677f3c4-3305-4974-a0eb-dafd47f267e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2f24c7f5-01db-49df-99b8-a8dd054b3bf4"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b74b6f7c-f5eb-4516-96b5-233168a7b353",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.