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": "44a7a0c1-9ebd-48c2-8ad4-fedd3707e520",
"code": "sample string 2",
"createdTs": "2026-05-15T22:28:14.4844795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:28:14.4844795Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "139df192-c440-4d2b-a5c5-78323872ac12",
"qrLogAttributeClass": {
"id": "2c528b84-0c2e-4edd-8d22-667ec70984e3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
},
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ab755eb1-f99e-4ca7-80a3-0c3646011ca7",
"description": "sample string 2",
"createdTs": "2026-05-15T22:28:14.4844795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:28:14.4844795Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d5ff704a-1b60-4d2d-8d37-d8ea196a39d5",
"translations": [
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
},
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
}
]
},
{
"id": "ab755eb1-f99e-4ca7-80a3-0c3646011ca7",
"description": "sample string 2",
"createdTs": "2026-05-15T22:28:14.4844795Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:28:14.4844795Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d5ff704a-1b60-4d2d-8d37-d8ea196a39d5",
"translations": [
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
},
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
}
]
}
],
"translations": [
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
},
{
"id": "af1b3798-b70a-4ddc-ad46-1bd6ffbf66b5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ea9cbe89-e8d1-4765-a4dc-1cc76c3803f0"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c4db9892-788e-482f-819f-8f056fb79402",
"taxonomyNameGeneric": "sample string 8"
}