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": "c5c4480f-1357-4bc1-a700-84befae379ae",
"description": "sample string 2",
"createdTs": "2026-05-23T19:41:24.6081994Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:41:24.6081994Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8c1373a7-41a9-4a19-9653-3424c627fce9",
"qrLogAttribute": {
"id": "9843ae7c-1a29-4f46-91fe-3f9434f2fc8c",
"code": "sample string 2",
"createdTs": "2026-05-23T19:41:24.6081994Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:41:24.6081994Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "c46d6bd4-7689-4c9c-9dbc-0f322141e44d",
"qrLogAttributeClass": {
"id": "13172a54-aa0f-483d-9e53-9540f2851aaf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
},
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
},
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "69e669b6-b9b1-4810-a1b6-56511c139246",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
},
{
"id": "228cba28-1ac1-4e59-964d-04f0500a8912",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "457f5963-62d1-480f-8b9f-278ec1b00957"
}
]
}