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": "4604d052-ff8b-4220-a301-2fc1078d8a3a",
"description": "sample string 2",
"createdTs": "2026-04-09T11:17:11.6560036Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T11:17:11.6560036Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f1bc2e77-5944-49dd-8a29-01ade3b754f3",
"qrLogAttribute": {
"id": "ecff82b4-3380-46cf-8bc3-2cabd0395e50",
"code": "sample string 2",
"createdTs": "2026-04-09T11:17:11.6560036Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T11:17:11.6560036Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e92db8b2-9cbd-4b11-836e-5bf94015850e",
"qrLogAttributeClass": {
"id": "42c521ed-5e16-454d-a422-02910702b183",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
},
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
},
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "82d8a878-2f2c-43d9-823c-b5c15ba0c09b",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
},
{
"id": "45938e75-2e2f-46b7-980b-cb7ed28f41e5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ce560a1-5964-4276-b9b9-b71070bcbbd8"
}
]
}