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": "760915c2-8f1e-45bd-8906-d290cf93c885",
"description": "sample string 2",
"createdTs": "2025-12-19T05:22:27.2090526Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:22:27.2090526Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c92d5cb1-9e20-429c-ba6d-a27ca697e2b5",
"qrLogAttribute": {
"id": "2dfe995e-e9cc-44bd-8285-7e3689a69e5f",
"code": "sample string 2",
"createdTs": "2025-12-19T05:22:27.2090526Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:22:27.2090526Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "466bc99c-1fd1-4058-a3e2-add94d8f886a",
"qrLogAttributeClass": {
"id": "960ca65a-02eb-4420-8531-557ba14ceeae",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
},
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
},
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "42863f08-5cde-4c33-902b-57f758ff011c",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
},
{
"id": "7ac1772c-112a-448c-a2be-a63cdb30b6e2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9565761f-3691-4a4c-bc8a-26e47efe3f33"
}
]
}