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": "8b55e8d1-3f8e-403e-a1bd-bcd83ae887de",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:49.5796497Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:49.5796497Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "a941dc17-e1b0-4eae-b1b0-bdfff057f908",
"qrLogAttributeClass": {
"id": "6aa7804e-aa13-4ce6-9665-ea3d300f08a3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
},
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "74ecb405-7c4b-43a7-9b0b-9b1d12fd8d97",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:49.5796497Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:49.5796497Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5d79edc1-83f0-41a0-9968-44b668f09da8",
"translations": [
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
},
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
}
]
},
{
"id": "74ecb405-7c4b-43a7-9b0b-9b1d12fd8d97",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:49.5796497Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:49.5796497Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "5d79edc1-83f0-41a0-9968-44b668f09da8",
"translations": [
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
},
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
}
]
}
],
"translations": [
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
},
{
"id": "c86a0a38-58b5-4979-9e93-e56716ebdcbd",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "973ee8de-6468-4efb-b22d-160cdfe8c57f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b6b1de30-ad26-4179-a8df-89d8449b37e4",
"taxonomyNameGeneric": "sample string 8"
}