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": "10ac1e26-37ff-4cde-ad5c-505da4806bbe",
"description": "sample string 2",
"createdTs": "2026-07-14T01:10:33.2751414Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:10:33.2751414Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c95e81b5-7910-4272-b20a-85de44fe131d",
"qrLogAttribute": {
"id": "7650a579-1cdf-4ce0-a055-b11fe045a62e",
"code": "sample string 2",
"createdTs": "2026-07-14T01:10:33.2751414Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:10:33.2751414Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5e34cc0f-e81f-462a-9afc-a1d008e842c2",
"qrLogAttributeClass": {
"id": "96e798c3-d4c2-4da1-95e6-57cdf627ce55",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
},
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
},
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "b02dfbc2-d3bb-4b68-b5b0-bc562a937b0b",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
},
{
"id": "6c9e21c0-94fe-44e2-bed4-f4382b84459c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc4e7a5-0134-4b59-aa7c-a1e059f3cd8a"
}
]
}