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": "d6413350-9ac8-437e-ba76-9bfe9e0bb02d",
"code": "sample string 2",
"createdTs": "2026-04-09T12:20:07.9611362Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:20:07.9611362Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4838c608-59aa-4f57-ada1-a4f8c538ada3",
"qrLogAttributeClass": {
"id": "9f0bdbba-08de-4d53-8ee7-d2bf293a5aa4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
},
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "08c6fbe1-f582-46cc-a513-9014b03304de",
"description": "sample string 2",
"createdTs": "2026-04-09T12:20:07.9611362Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:20:07.9611362Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ffc67b7d-4d78-40ce-a2bb-fd8b60963d8a",
"translations": [
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
},
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
}
]
},
{
"id": "08c6fbe1-f582-46cc-a513-9014b03304de",
"description": "sample string 2",
"createdTs": "2026-04-09T12:20:07.9611362Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:20:07.9611362Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ffc67b7d-4d78-40ce-a2bb-fd8b60963d8a",
"translations": [
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
},
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
}
]
}
],
"translations": [
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
},
{
"id": "2ee2c5c7-2762-4de2-9046-1d27a1201355",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2050b2e1-808f-4e07-b706-d20ba9edbc4f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "61cc270e-8dc2-46c4-b3ae-421ee1a25344",
"taxonomyNameGeneric": "sample string 8"
}