DELETE api/QRLogAttributeListValues/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeListValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| IsActive | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| QRLogAttributeId | globally unique identifier |
None. |
|
| QRLogAttribute | QRLogAttribute |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "f3a1ed2e-83d9-45c2-80fa-29b4da1142fe",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:57.9500338Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:57.9500338Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2ec66c61-f160-4e71-bfdb-3b96422feeb4",
"qrLogAttribute": {
"id": "b65cffb0-0d5c-46d8-bd1d-a135ab8c0b77",
"code": "sample string 2",
"createdTs": "2026-01-09T02:09:57.9500338Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:57.9500338Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4075877c-9e36-47ef-9364-c604a6cf3e00",
"qrLogAttributeClass": {
"id": "c2ed785e-78bb-4cb9-9f4f-fe5c0df0f573",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
},
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
},
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f3da3f14-1704-4e22-89b8-4f8934321239",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
},
{
"id": "5cf63537-f70d-496b-bd14-49d2ce4d0b45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9325c7f8-ef46-40a6-9af3-93db4cb61b41"
}
]
}