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": "7b397a18-fac6-461d-bc25-a4c592e41a76",
"code": "sample string 2",
"createdTs": "2026-03-24T21:43:13.5265344Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:13.5265344Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "756db37a-767c-4fb8-8a28-d40ecbbf8c82",
"qrLogAttributeClass": {
"id": "7326f09a-ad0b-481f-addb-6e7d402ee954",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
},
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
}
]
},
"qrLogAttributeListValue": [
{
"id": "3209ad8f-59d0-406f-97b3-f823c9ce117c",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:13.5265344Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:13.5265344Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "91a5f980-737a-4eca-a6dd-08ffce28ce95",
"translations": [
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
},
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
}
]
},
{
"id": "3209ad8f-59d0-406f-97b3-f823c9ce117c",
"description": "sample string 2",
"createdTs": "2026-03-24T21:43:13.5265344Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:43:13.5265344Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "91a5f980-737a-4eca-a6dd-08ffce28ce95",
"translations": [
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
},
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
}
]
}
],
"translations": [
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
},
{
"id": "dded1097-2c77-486f-9900-1156df8fddc7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8816b116-7a0d-4134-b5e9-d97e796ce2e6"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b74ed4b1-9225-4bc8-9776-f0e85befe657",
"taxonomyNameGeneric": "sample string 8"
}