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": "bc19471b-fc10-43ae-961f-a11311812386",
"code": "sample string 2",
"createdTs": "2026-04-12T21:54:01.3415871Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:54:01.3415871Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d7743e54-ec74-4c1e-912e-02aac09e7c5f",
"qrLogAttributeClass": {
"id": "930fd383-bb29-4135-a4e7-4ae8909a744e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
},
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
}
]
},
"qrLogAttributeListValue": [
{
"id": "ebc262b1-ab36-4655-a0ec-5f52e821d16f",
"description": "sample string 2",
"createdTs": "2026-04-12T21:54:01.3415871Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:54:01.3415871Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e57c3f1c-5e0c-44b8-9eeb-a45f51fd21fd",
"translations": [
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
},
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
}
]
},
{
"id": "ebc262b1-ab36-4655-a0ec-5f52e821d16f",
"description": "sample string 2",
"createdTs": "2026-04-12T21:54:01.3415871Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:54:01.3415871Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e57c3f1c-5e0c-44b8-9eeb-a45f51fd21fd",
"translations": [
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
},
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
}
]
}
],
"translations": [
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
},
{
"id": "ab3a7e18-18e3-4925-b4e7-fffdd5adc832",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e35359-de21-4d08-a288-db6dcfd897c2"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "1e7d9c89-ebbe-415c-bad5-650bb9c987e7",
"taxonomyNameGeneric": "sample string 8"
}