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": "cbd6c2c5-37b3-4621-b449-b4d3e314b2a8",
"description": "sample string 2",
"createdTs": "2026-03-24T21:42:48.1752894Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:42:48.1752894Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2c0ad459-3713-48ad-9217-f232cda4aea8",
"qrLogAttribute": {
"id": "52fde2cd-a7b2-45a7-b54c-7e949d7b9aab",
"code": "sample string 2",
"createdTs": "2026-03-24T21:42:48.1752894Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:42:48.1752894Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "7d2af7ec-6a42-48b1-91a9-8bc9c3e89d16",
"qrLogAttributeClass": {
"id": "6f5b28df-b6df-4ef2-b698-639db2411446",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
},
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
},
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a043aff3-14f2-46b3-88ba-2cf95d196b7b",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
},
{
"id": "7cc372bf-6cb8-4d63-8494-4fc3044812e6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e4e8fdc-4ae3-4b0b-b35d-1e9c21139da2"
}
]
}