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
QRLogAttribute| Name | 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": "a2d2bef5-e21b-4ae3-b252-1f7097ef2d3b",
"code": "sample string 2",
"createdTs": "2025-12-18T22:42:28.1865508Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:42:28.1865508Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6eda6d19-1854-463d-9929-76552370e07a",
"qrLogAttributeClass": {
"id": "4344cde9-7144-4213-8f01-a72a9ae2534e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
},
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "c3ea47c2-2039-4513-aaea-634bd98f59b1",
"description": "sample string 2",
"createdTs": "2025-12-18T22:42:28.1865508Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:42:28.1865508Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6c441a06-6bae-4016-a319-231b149b8793",
"translations": [
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
},
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
}
]
},
{
"id": "c3ea47c2-2039-4513-aaea-634bd98f59b1",
"description": "sample string 2",
"createdTs": "2025-12-18T22:42:28.1865508Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-18T22:42:28.1865508Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "6c441a06-6bae-4016-a319-231b149b8793",
"translations": [
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
},
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
}
]
}
],
"translations": [
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
},
{
"id": "12ecd830-692f-4eee-a3fa-5d6ebcfaede3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4c19242-68db-41b4-bc20-f35021f5084f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "7e5c51ec-7565-46cb-8c5a-5eb90b524a8c",
"taxonomyNameGeneric": "sample string 8"
}