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": "8fdd2aea-8bfd-4d48-b98a-2d65018af212",
"description": "sample string 2",
"createdTs": "2026-04-12T21:51:31.8338486Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:31.8338486Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "8210e66e-b1a3-471f-a6b5-a4799b1b00e9",
"qrLogAttribute": {
"id": "d0bcff0d-4d4a-4671-bf13-9d8abc00d43f",
"code": "sample string 2",
"createdTs": "2026-04-12T21:51:31.8338486Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-12T21:51:31.8338486Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1c4f2733-fa1f-43aa-bc1c-b1fddcd5f87f",
"qrLogAttributeClass": {
"id": "712587a1-3c78-4c01-bf04-68de54b24032",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
},
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
},
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "da996401-1a5b-4086-9364-7c2697b6baf1",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
},
{
"id": "b5a785ba-6114-4015-ada9-aafdb246c43a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1e5ef69a-5a51-420d-9eb7-a92c40581a71"
}
]
}