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": "2dfb9338-36bf-4dec-b054-b3b2c12d8fe2",
"description": "sample string 2",
"createdTs": "2026-08-28T06:26:32.4008768Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:26:32.4008768Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6433b8ce-5bfa-44a0-9e18-a5c42e4d8b64",
"qrLogAttribute": {
"id": "b29f10c1-777a-4ee5-9534-834e148cee6c",
"code": "sample string 2",
"createdTs": "2026-08-28T06:26:32.4008768Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:26:32.4008768Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "be5075f8-8add-487a-92f2-5bd97eb1ad8d",
"qrLogAttributeClass": {
"id": "42058de6-2eab-4d67-8105-0a9cc42544b3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
},
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
},
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "631520ed-9752-43f6-b52d-7137c553280c",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
},
{
"id": "8a890590-c3ee-4c94-ad35-54bb728961fb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5876ca04-d277-48b6-a95c-d62ecaafb1dd"
}
]
}