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": "dd0ee636-05de-4e61-bfa7-e0b51d111cec",
"description": "sample string 2",
"createdTs": "2025-11-09T11:47:07.3727945Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:47:07.3727945Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ae56bca7-f30d-4aba-9ecb-302b69730c28",
"qrLogAttribute": {
"id": "d97b9a89-dbf8-438f-866a-d01d0d7c5577",
"code": "sample string 2",
"createdTs": "2025-11-09T11:47:07.3727945Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:47:07.3727945Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5ca5f335-87b4-424d-9f26-1ff0a404eba9",
"qrLogAttributeClass": {
"id": "b7136549-2b10-45d9-82b5-5674023c8de6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
},
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
},
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "4029ed11-6409-430d-99b5-630a9159c695",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
},
{
"id": "8bfa7a09-9345-4943-838c-c7840230cced",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a03915e6-fe76-4764-b384-3d0a6f6a6efd"
}
]
}