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": "035463b8-ea67-42df-8a6e-81702c65641c",
"description": "sample string 2",
"createdTs": "2026-06-04T07:34:57.1237603Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:57.1237603Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "01a2b4d9-8df8-464d-a552-aca0a06f9b38",
"qrLogAttribute": {
"id": "f710e479-af84-44ac-b0b3-9c4675a69263",
"code": "sample string 2",
"createdTs": "2026-06-04T07:34:57.1237603Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-06-04T07:34:57.1237603Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c8928bc3-e351-4b74-b4d2-863a31d0f280",
"qrLogAttributeClass": {
"id": "fc1b2e88-902b-4516-ad6d-e42a39498568",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
},
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
},
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "8427dc55-859d-4c65-a09d-280ee2bfb7b6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
},
{
"id": "d63c406d-85dc-4444-b0e4-7497c1bc792a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e06e949b-bbc0-4724-8380-abf9b53ca6a8"
}
]
}