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": "c9568437-e8b5-4f2e-a693-4ca52bacd415", "description": "sample string 2", "createdTs": "2025-09-19T08:15:36.3891745Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:15:36.3891745Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "8d565c78-8e00-4242-8b39-377508116382", "qrLogAttribute": { "id": "1c9d2702-1ce1-4dbf-811b-ec2381117c47", "code": "sample string 2", "createdTs": "2025-09-19T08:15:36.3891745Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:15:36.3891745Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "9067191e-4a5d-41db-a20d-24e38171c8fb", "qrLogAttributeClass": { "id": "d207877e-b69f-4207-9dc0-10715a00cd62", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" }, { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" }, { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "0b28de2d-a52a-449a-a3fa-d126dcb4fabb", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" }, { "id": "c9614967-b24c-464c-b3d4-c3cc14b68e61", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8341350c-236e-4305-a1e3-f40b7612d72e" } ] }