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": "e6dff4cf-3d5d-4485-bb22-37ab4ab1c032",
"code": "sample string 2",
"createdTs": "2026-01-03T08:33:25.3620751Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:33:25.3620751Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e99ae5b3-e9b1-4020-995e-a21b980637d7",
"qrLogAttributeClass": {
"id": "b5c99ff9-03c4-49bb-828a-ade76e2feb00",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
},
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8536e89a-1b6a-4242-88c1-15e461791c57",
"description": "sample string 2",
"createdTs": "2026-01-03T08:33:25.3620751Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:33:25.3620751Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c6abc364-f5e8-46a6-bbc4-4ae3b67b6e58",
"translations": [
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
},
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
}
]
},
{
"id": "8536e89a-1b6a-4242-88c1-15e461791c57",
"description": "sample string 2",
"createdTs": "2026-01-03T08:33:25.3620751Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:33:25.3620751Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c6abc364-f5e8-46a6-bbc4-4ae3b67b6e58",
"translations": [
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
},
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
}
]
}
],
"translations": [
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
},
{
"id": "10ceb77e-7b76-4d82-a3ca-7a247db55058",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d6579123-d3bb-49a2-967f-7505d20fbc38"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cc308f1e-97a9-45b8-b259-f2cdbd619c23",
"taxonomyNameGeneric": "sample string 8"
}