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": "2de97d49-9ddc-44cb-9981-98657179451c",
"code": "sample string 2",
"createdTs": "2026-08-28T06:26:29.8875279Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:26:29.8875279Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c8c70c1e-bbed-4fb1-ad2d-89b1fbbf2747",
"qrLogAttributeClass": {
"id": "517aa480-46be-403e-b221-bafc9fcc8d12",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
},
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ab4ad26e-61bd-4049-a7d8-9bfa9d2f3368",
"description": "sample string 2",
"createdTs": "2026-08-28T06:26:29.8875279Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:26:29.8875279Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fecb766e-170c-403d-9d4b-9c9206d0286e",
"translations": [
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
},
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
}
]
},
{
"id": "ab4ad26e-61bd-4049-a7d8-9bfa9d2f3368",
"description": "sample string 2",
"createdTs": "2026-08-28T06:26:29.8875279Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:26:29.8875279Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "fecb766e-170c-403d-9d4b-9c9206d0286e",
"translations": [
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
},
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
}
]
}
],
"translations": [
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
},
{
"id": "adb9de87-e10f-482c-9060-c82d1ba67db5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4770fe87-3ea8-40d2-a8dd-2f970fdc1440"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "22032816-8c96-4f86-9550-d18e334f7e2f",
"taxonomyNameGeneric": "sample string 8"
}