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": "fdf7dfa3-d134-4e34-9926-ef30f4d93f36",
"code": "sample string 2",
"createdTs": "2026-07-14T01:10:40.609258Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:10:40.609258Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "3e13b9a8-9a42-4a17-b9df-4278baf2723a",
"qrLogAttributeClass": {
"id": "03c0b9e0-7a19-43cc-b3fd-d825b1a01ebc",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
},
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
}
]
},
"qrLogAttributeListValue": [
{
"id": "f64d5b3d-8408-4e39-aafd-34b6e9a15786",
"description": "sample string 2",
"createdTs": "2026-07-14T01:10:40.609258Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:10:40.609258Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "518f28e6-ec28-4b0d-b262-9b451a84c9ea",
"translations": [
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
},
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
}
]
},
{
"id": "f64d5b3d-8408-4e39-aafd-34b6e9a15786",
"description": "sample string 2",
"createdTs": "2026-07-14T01:10:40.609258Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:10:40.609258Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "518f28e6-ec28-4b0d-b262-9b451a84c9ea",
"translations": [
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
},
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
}
]
}
],
"translations": [
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
},
{
"id": "af660885-ed7a-4d30-a00e-591372581e1b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "504cbb88-bbde-4ce7-a50e-5005dbb6bc66"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "505d7984-03cd-4573-8861-7acdc818ae5e",
"taxonomyNameGeneric": "sample string 8"
}