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": "3f24dfb6-2aa1-4cb4-a0f1-20b0db3e0795",
"description": "sample string 2",
"createdTs": "2026-01-03T08:33:28.3415213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:33:28.3415213Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e5dd4a7c-f492-4393-86e0-e8e745d8c7f4",
"qrLogAttribute": {
"id": "8545c794-a5f9-410c-820f-65b926cc7203",
"code": "sample string 2",
"createdTs": "2026-01-03T08:33:28.3415213Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:33:28.3415213Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e33257f4-17e5-432b-a030-eea04deb0edb",
"qrLogAttributeClass": {
"id": "d1407d08-3a91-45fb-901e-78b4a9b20539",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
},
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
},
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "594936d7-3308-4481-841a-39b17ba7f9a1",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
},
{
"id": "1cd1e692-f6d4-4780-b802-b020bb8471ba",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14feaf92-8137-4e9f-8646-705c7affad11"
}
]
}