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": "2fb82582-34ed-4ac3-b82b-073a7993b95d",
"code": "sample string 2",
"createdTs": "2026-09-23T11:03:09.7334518Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:03:09.7334518Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e8cf2c27-c712-4459-9722-69e018b024f5",
"qrLogAttributeClass": {
"id": "f020db91-b4f4-4623-a4b0-3528f8f61f9b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
},
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2b972eed-72ce-49fe-aa43-290de586ac0d",
"description": "sample string 2",
"createdTs": "2026-09-23T11:03:09.7334518Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:03:09.7334518Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ffde980a-e539-4d35-b694-43c0e6bd59e0",
"translations": [
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
},
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
}
]
},
{
"id": "2b972eed-72ce-49fe-aa43-290de586ac0d",
"description": "sample string 2",
"createdTs": "2026-09-23T11:03:09.7334518Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:03:09.7334518Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "ffde980a-e539-4d35-b694-43c0e6bd59e0",
"translations": [
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
},
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
}
]
}
],
"translations": [
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
},
{
"id": "944e0462-79c8-4e97-8910-b78bcd0968ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5978a138-932e-44a8-ad32-c8a96958043f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "07c4592b-613c-4c5a-9f60-b2cb8d4b5862",
"taxonomyNameGeneric": "sample string 8"
}