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": "355b4366-9508-4f22-87fe-9b3e2a9c01b0",
"description": "sample string 2",
"createdTs": "2026-07-09T18:32:47.8342456Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:32:47.8342456Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "88a8c04f-125e-4098-b026-87d666596f7c",
"qrLogAttribute": {
"id": "c2b6ecd5-ed7d-405e-8db5-bb8650539fb6",
"code": "sample string 2",
"createdTs": "2026-07-09T18:32:47.8342456Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:32:47.8342456Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "410fcd9c-5815-4f47-a147-cf3fe533f435",
"qrLogAttributeClass": {
"id": "68d7d345-68b9-4207-bb8c-43e14b49fecf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
},
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
},
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "29728bb0-87c7-4101-9ee0-27b8de7acea6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
},
{
"id": "b7d2231c-64a9-4e14-9fe0-edd427a63efb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e6d7affd-f8b0-410e-a598-7069875e8059"
}
]
}