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": "6b9970e6-2794-4d91-a208-aa167c80dc97",
"code": "sample string 2",
"createdTs": "2026-08-25T05:23:59.7696325Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:59.7696325Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c50a581a-2eba-48b3-b994-b35e733350d9",
"qrLogAttributeClass": {
"id": "cb1a8bef-2872-4728-acda-a847f0dd8fd9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
},
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "6ce207f5-3191-46c7-95e6-cc44aedd2102",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:59.7696325Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:59.7696325Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e7d38bf7-4a4f-4928-94f3-7a234f288c34",
"translations": [
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
},
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
}
]
},
{
"id": "6ce207f5-3191-46c7-95e6-cc44aedd2102",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:59.7696325Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:59.7696325Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e7d38bf7-4a4f-4928-94f3-7a234f288c34",
"translations": [
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
},
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
}
]
}
],
"translations": [
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
},
{
"id": "bcf93379-a15d-49ed-8f0c-550bdf62c00e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ae35b2b3-22b9-4fd4-90dc-bfcc6a77db7a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "66e41625-8bc1-48db-818b-7a3a412dad88",
"taxonomyNameGeneric": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.