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": "b09aeecc-0755-4712-a22c-bfdb982f4786",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0838832Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0838832Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5ad11b9b-eb07-415a-9a5b-2dcb0bd8f3db",
"qrLogAttributeClass": {
"id": "d5e0d66a-07ed-414a-9fc9-51f4bbc29719",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
},
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "37a45e26-7bca-485d-8176-107d85041ffd",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0838832Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0838832Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d8ea7cfc-ee9c-4f8c-923a-e695b21c1d3b",
"translations": [
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
},
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
}
]
},
{
"id": "37a45e26-7bca-485d-8176-107d85041ffd",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:54.0838832Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:54.0838832Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d8ea7cfc-ee9c-4f8c-923a-e695b21c1d3b",
"translations": [
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
},
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
}
]
}
],
"translations": [
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
},
{
"id": "5263105a-18bb-43cb-8e9c-5b55e79ebfdb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d44742dd-1087-45a7-95bd-625dab8d9c9a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4e5a21fb-3ea0-4d1e-bfd3-da4366d45e43",
"taxonomyNameGeneric": "sample string 8"
}