DELETE api/QRLogAttributes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Code | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedTs | date |
None. |
|
ModifiedBy | string |
None. |
|
CustomerId | integer |
None. |
|
Visible | boolean |
None. |
|
QRLogAttributeClassId | globally unique identifier |
None. |
|
QRLogAttributeClass | QRLogAttributeClass |
None. |
|
QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
Translations | Collection of Translation |
None. |
|
Index | integer |
None. |
|
Required | boolean |
None. |
|
QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
TaxonomyNameGeneric | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "d79b3c6f-b09f-4add-9785-24077b7ee794", "code": "sample string 2", "createdTs": "2025-09-19T08:15:06.5309106Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:15:06.5309106Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "86982692-6784-40e3-b7b9-4fd0cd250024", "qrLogAttributeClass": { "id": "ee680aba-4771-44cd-8863-5cd9d2f6f32e", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" }, { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" } ] }, "qrLogAttributeListValue": [ { "id": "896d7b31-f018-4b6c-9a8a-00fb3b942488", "description": "sample string 2", "createdTs": "2025-09-19T08:15:06.5309106Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:15:06.5309106Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "01605cbc-0c0b-4437-8fba-94010e8cbb71", "translations": [ { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" }, { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" } ] }, { "id": "896d7b31-f018-4b6c-9a8a-00fb3b942488", "description": "sample string 2", "createdTs": "2025-09-19T08:15:06.5309106Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:15:06.5309106Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "01605cbc-0c0b-4437-8fba-94010e8cbb71", "translations": [ { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" }, { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" } ] } ], "translations": [ { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" }, { "id": "6abd2904-e25a-4da4-b863-adf592723266", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "761be826-e537-4372-8a59-6ce9a4f631d6" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "595f0db4-5458-442d-b9ce-2b6a5993e88f", "taxonomyNameGeneric": "sample string 8" }