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": "a1f72065-8e17-4b59-8b15-0258cc58041e",
"code": "sample string 2",
"createdTs": "2026-02-12T12:43:02.9965082Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T12:43:02.9965082Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "68a08064-3619-42c6-b18c-88c80e153064",
"qrLogAttributeClass": {
"id": "d1e0725d-f08b-4456-80fd-05b432121395",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
},
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
}
]
},
"qrLogAttributeListValue": [
{
"id": "8eaa8737-9689-4c7a-b63e-0a57fe2e7b65",
"description": "sample string 2",
"createdTs": "2026-02-12T12:43:02.9965082Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T12:43:02.9965082Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e0ffaf8d-626c-40fd-95a6-3939a621d8aa",
"translations": [
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
},
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
}
]
},
{
"id": "8eaa8737-9689-4c7a-b63e-0a57fe2e7b65",
"description": "sample string 2",
"createdTs": "2026-02-12T12:43:02.9965082Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T12:43:02.9965082Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e0ffaf8d-626c-40fd-95a6-3939a621d8aa",
"translations": [
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
},
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
}
]
}
],
"translations": [
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
},
{
"id": "f1147f63-dc9a-41fe-8189-7c0209b23afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e1b21764-6f74-4a3a-ae4f-ab85bd721880"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4f01d747-79f0-4e53-a308-af3b87a6c607",
"taxonomyNameGeneric": "sample string 8"
}