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": "0afe5b30-c33a-4914-adfe-6bf2870d08a8",
"code": "sample string 2",
"createdTs": "2026-07-12T21:35:13.7143237Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:35:13.7143237Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6746f1a4-8c2f-406f-be05-fc1c56780c10",
"qrLogAttributeClass": {
"id": "41b4ce37-5e82-48f2-a114-eb6594ff076f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
},
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
}
]
},
"qrLogAttributeListValue": [
{
"id": "2181a917-7256-400b-95df-70a71afd53ff",
"description": "sample string 2",
"createdTs": "2026-07-12T21:35:13.7143237Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:35:13.7143237Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d70b3f63-c79d-4562-b9d1-bccdc435b277",
"translations": [
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
},
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
}
]
},
{
"id": "2181a917-7256-400b-95df-70a71afd53ff",
"description": "sample string 2",
"createdTs": "2026-07-12T21:35:13.7143237Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:35:13.7143237Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d70b3f63-c79d-4562-b9d1-bccdc435b277",
"translations": [
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
},
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
}
]
}
],
"translations": [
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
},
{
"id": "01564266-a457-4f41-9dc8-2fd6cc7d3e85",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "838cbab3-8945-4c36-bf23-89d41d7c6910"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9b953ae7-31ee-43f0-a00a-91d21f6e047b",
"taxonomyNameGeneric": "sample string 8"
}