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": "8cf32e87-fbf4-4371-ad78-9ddbec49f087",
"code": "sample string 2",
"createdTs": "2026-02-26T03:40:49.2513002Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:49.2513002Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "4f193a47-aa27-4c54-a7cd-6fecf12a7df2",
"qrLogAttributeClass": {
"id": "049d5fd6-edc8-47ae-b596-02778c7b42fa",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
},
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
}
]
},
"qrLogAttributeListValue": [
{
"id": "a6a97770-98dd-436b-bac9-41592fe54013",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:49.2513002Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:49.2513002Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e0588766-39a6-4d24-8574-22e8f98de6a3",
"translations": [
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
},
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
}
]
},
{
"id": "a6a97770-98dd-436b-bac9-41592fe54013",
"description": "sample string 2",
"createdTs": "2026-02-26T03:40:49.2513002Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:40:49.2513002Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e0588766-39a6-4d24-8574-22e8f98de6a3",
"translations": [
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
},
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
}
]
}
],
"translations": [
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
},
{
"id": "afb95d05-2627-42de-a541-b00c77c94533",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b54ee0a0-8b18-48a1-a61b-34202d08e2c4"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "96aafc3a-6e98-4bc6-833e-cec2fb0dae40",
"taxonomyNameGeneric": "sample string 8"
}