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": "93573409-460e-4d45-81af-a0ab4dc8d382",
"code": "sample string 2",
"createdTs": "2026-01-09T02:11:05.0146101Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:11:05.0146101Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "559c333e-f606-4926-bbc9-876076a047ed",
"qrLogAttributeClass": {
"id": "6698222f-217a-4a43-aa7a-612524b5b554",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
},
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
}
]
},
"qrLogAttributeListValue": [
{
"id": "e4329933-7cd7-494c-8c23-fddb555b2283",
"description": "sample string 2",
"createdTs": "2026-01-09T02:11:05.0146101Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:11:05.0146101Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "9998a6d6-866e-4a0f-b16d-84ee4751ad75",
"translations": [
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
},
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
}
]
},
{
"id": "e4329933-7cd7-494c-8c23-fddb555b2283",
"description": "sample string 2",
"createdTs": "2026-01-09T02:11:05.0146101Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:11:05.0146101Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "9998a6d6-866e-4a0f-b16d-84ee4751ad75",
"translations": [
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
},
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
}
]
}
],
"translations": [
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
},
{
"id": "d9716f53-dc98-4740-83f1-f3909a5af7c1",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "511cc8b6-3387-43ec-8689-9be0f67d2121"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "2eaf3ca0-32d6-4b58-bc6b-2f1f61b7c1bf",
"taxonomyNameGeneric": "sample string 8"
}