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": "d423d73c-e7b0-493a-b7c7-b8cbeca12ca1",
"description": "sample string 2",
"createdTs": "2026-09-23T11:02:43.9902113Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:43.9902113Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3414b6c9-ef09-4470-9e83-fe11928a930f",
"qrLogAttribute": {
"id": "8cb6699f-105b-48e3-8ddd-1162355359cd",
"code": "sample string 2",
"createdTs": "2026-09-23T11:02:43.9902113Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:02:43.9902113Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "edd8c342-dce5-456d-9d53-fed468b0fecb",
"qrLogAttributeClass": {
"id": "95bd253d-ed88-41bd-ab2b-876f9c8d60b4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
},
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
},
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "89d67d50-4aa4-4df6-abf4-d628cdb62376",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
},
{
"id": "5460ad97-f9ae-4dee-b2bb-42d18c638fde",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6a4312ff-768a-4810-81e5-9b5086593622"
}
]
}