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": "321cc5b6-c8d8-42a1-b838-b492f459ae0b",
"description": "sample string 2",
"createdTs": "2026-02-12T11:43:51.0370149Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T11:43:51.0370149Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "188c3374-8d4e-4a3c-b766-3a0d76467839",
"qrLogAttribute": {
"id": "46386e3d-02a8-4dc6-8017-918d908b4648",
"code": "sample string 2",
"createdTs": "2026-02-12T11:43:51.0370149Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T11:43:51.0370149Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "df787e2b-54b9-49bf-99a7-553dd03be3f4",
"qrLogAttributeClass": {
"id": "0864d2bd-2ae7-494f-bbec-f10e56c121f2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
},
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
},
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "bbb6c9a3-6698-464c-a6ea-864b6d082c22",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
},
{
"id": "d2452981-3e6f-439e-8606-b601623348e0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1ee4c5a-c92f-4227-a7f8-d4ebd86a64e1"
}
]
}