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": "6f580a98-c63d-41ee-a523-04d595ca949c",
"description": "sample string 2",
"createdTs": "2025-12-18T22:42:51.0073998Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:42:51.0073998Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f4f77919-43ce-4e37-baae-5d348c02cc27",
"qrLogAttribute": {
"id": "4e260af3-583b-419e-8fdb-b436f7791178",
"code": "sample string 2",
"createdTs": "2025-12-18T22:42:51.0073998Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:42:51.0073998Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "24fd1ddf-395e-4279-90c1-88cb48276fa0",
"qrLogAttributeClass": {
"id": "e7557967-55b9-454c-aac4-246f6a988798",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
},
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
},
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4395ff06-2b7c-44f1-a00a-897c71832339",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
},
{
"id": "fb1ed78d-f157-4ba4-a41f-801fa206e8b4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "08d8d0a8-8811-4cc1-b20e-f4905d015950"
}
]
}