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": "30770c7b-fcc9-4e9c-9985-de647742d763",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:49.6992794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:49.6992794Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1a86aaca-6796-4e2b-ac6d-aa83fd45d119",
"qrLogAttribute": {
"id": "1f00cfdc-ac5c-4121-9a9d-38004d3339bd",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:49.6992794Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:49.6992794Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c2a15c09-1c08-46ab-a3f5-8474791b35ee",
"qrLogAttributeClass": {
"id": "9c772075-7b10-41df-a97f-490be1b13120",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
},
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
},
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "868e9883-f1f3-43a7-94b5-95bd027e7a8d",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
},
{
"id": "e94096a0-78e8-41d1-853e-0f78bb74a1df",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fa8edad1-dbb9-4005-bb93-1cbeaf37a3e1"
}
]
}