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": "d93155ca-0d55-4aa7-a52d-8c4361357835",
"code": "sample string 2",
"createdTs": "2026-04-08T11:02:49.8949109Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:02:49.8949109Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "420aa094-3ec3-4006-8a9e-672f6051d190",
"qrLogAttributeClass": {
"id": "57678d8a-8d8d-4157-baf6-d88d16411364",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
},
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
}
]
},
"qrLogAttributeListValue": [
{
"id": "cb444192-9728-4036-ad7c-c3165916c0fa",
"description": "sample string 2",
"createdTs": "2026-04-08T11:02:49.8949109Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:02:49.8949109Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1d974562-7176-4049-a794-5ed4a88409da",
"translations": [
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
},
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
}
]
},
{
"id": "cb444192-9728-4036-ad7c-c3165916c0fa",
"description": "sample string 2",
"createdTs": "2026-04-08T11:02:49.8949109Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:02:49.8949109Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1d974562-7176-4049-a794-5ed4a88409da",
"translations": [
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
},
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
}
]
}
],
"translations": [
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
},
{
"id": "94996a77-f790-461f-afa7-27f5b4271af7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "540a700e-46d4-4cde-8466-db854e53fb5a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cb9c3bbb-ef5a-400b-a9be-730f661807a9",
"taxonomyNameGeneric": "sample string 8"
}