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": "074933d8-24ba-4638-9aec-ddcb5afa700c",
"description": "sample string 2",
"createdTs": "2026-02-18T23:42:06.0201234Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:42:06.0201234Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "4687d7ba-27a4-4535-bb23-e358591b26c8",
"qrLogAttribute": {
"id": "ccd23959-31d3-4ee7-827c-6045ed33d1fb",
"code": "sample string 2",
"createdTs": "2026-02-18T23:42:06.0201234Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:42:06.0201234Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b29718f6-67b5-473e-a20f-be808a5c66e7",
"qrLogAttributeClass": {
"id": "ab99d063-7ef7-4d10-9403-8378f7b61a4f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
},
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
},
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c98ef7de-e69c-4014-b822-1f21df26dff5",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
},
{
"id": "726a2496-ade2-472f-bc74-95e36a8e0949",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a71eb102-a0a5-4587-b7d4-09ec8dd0fb6b"
}
]
}