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
QRLogAttributeListValueName | 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": "8e1dc2df-1642-4c3a-ad7f-f932a5b25b2a", "description": "sample string 2", "createdTs": "2025-09-19T04:37:50.3128737Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:37:50.3128737Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "16457cc6-fcec-42be-8fe5-804767d104aa", "qrLogAttribute": { "id": "924ce8de-0238-464f-8b94-71fbc96e30ac", "code": "sample string 2", "createdTs": "2025-09-19T04:37:50.3128737Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:37:50.3128737Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "99dfdac0-30bb-4236-a3c1-96b36dd015a5", "qrLogAttributeClass": { "id": "4d261043-1ff6-4147-8542-0d2ad7f128e3", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" }, { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" }, { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "2dac08db-4056-4766-bdbe-aa05df773efc", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" }, { "id": "4db6c536-bb24-4f7b-8731-71690f596316", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c2ca78ab-7191-4f1c-af98-1f684acb890f" } ] }