DELETE api/QRLogAttributes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{
"id": "f965d853-9526-4427-8768-38704dc5fe07",
"code": "sample string 2",
"createdTs": "2026-05-29T15:58:56.2474988Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:56.2474988Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "cd56f429-ee14-49d8-8d9f-a70ffd7695c6",
"qrLogAttributeClass": {
"id": "4a4086f7-66e2-420d-9758-ecac5c2634b1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
},
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
}
]
},
"qrLogAttributeListValue": [
{
"id": "3551453f-02a9-472e-9ead-da34fb43430f",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:56.2474988Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:56.2474988Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c32eb708-185d-428a-a905-4a6dc0a2141f",
"translations": [
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
},
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
}
]
},
{
"id": "3551453f-02a9-472e-9ead-da34fb43430f",
"description": "sample string 2",
"createdTs": "2026-05-29T15:58:56.2474988Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-29T15:58:56.2474988Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c32eb708-185d-428a-a905-4a6dc0a2141f",
"translations": [
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
},
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
}
]
}
],
"translations": [
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
},
{
"id": "a28c0f9a-3f0b-4681-9844-3b8670f1f6a8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea5f75ac-ebad-483d-9f44-ebc7b518b7d7"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "45c273fc-f2be-4e77-b6fc-09e8e806d1a9",
"taxonomyNameGeneric": "sample string 8"
}