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": "c6add4f5-8f68-4a5f-ab83-0ef2002059d5",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:49.4387954Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:49.4387954Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f8d2975c-8763-467c-9842-60ea50d9dddc",
"qrLogAttribute": {
"id": "c35c2661-d1f5-4728-bb63-ba116416d288",
"code": "sample string 2",
"createdTs": "2026-02-26T03:40:49.4387954Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:49.4387954Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8ce562e7-cfd7-40d0-919d-f593115a7761",
"qrLogAttributeClass": {
"id": "7c42f40d-43e7-44b8-916d-cfce93ffd9d5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
},
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
},
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4e5a36ad-8fd3-4579-b2a1-0bbdb758e5fe",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
},
{
"id": "5c03489e-ac47-4528-8883-02dc6d5261a0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f1d3a660-483c-427b-ab9e-0196ef4e4337"
}
]
}