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": "e59b27f3-2392-4507-809f-d4682a6de530",
"description": "sample string 2",
"createdTs": "2026-08-25T05:24:10.949878Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:24:10.949878Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e55d855b-dc28-4ed2-a20f-123e5fb70ff8",
"qrLogAttribute": {
"id": "38cb7f06-f94f-4348-b07d-7b06c8de0781",
"code": "sample string 2",
"createdTs": "2026-08-25T05:24:10.949878Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:24:10.949878Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "faeb8a4e-7355-4e2e-9cef-af07fabd5048",
"qrLogAttributeClass": {
"id": "f264f0bc-9778-4ff7-be11-866f5fc12759",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
},
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
},
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "893851c7-d414-47d8-a668-bc0c34129a51",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
},
{
"id": "c1261800-332c-49b5-a095-ea42bc82beea",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "454622d9-3d87-4340-8f38-8830b2374710"
}
]
}