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": "ef7f161d-080d-405c-9926-ff397ca67a4c",
"code": "sample string 2",
"createdTs": "2025-12-19T05:22:27.7099375Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:22:27.7099375Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "9e839e78-d15c-47b1-8263-188a2910110e",
"qrLogAttributeClass": {
"id": "4f652a8f-97fb-49e0-9c2f-3339c98ecde0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
},
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
}
]
},
"qrLogAttributeListValue": [
{
"id": "5d557c21-313c-4435-a870-1bffae34ed8d",
"description": "sample string 2",
"createdTs": "2025-12-19T05:22:27.7099375Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:22:27.7099375Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f26452e9-1bfc-4287-992a-863de4dc2360",
"translations": [
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
},
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
}
]
},
{
"id": "5d557c21-313c-4435-a870-1bffae34ed8d",
"description": "sample string 2",
"createdTs": "2025-12-19T05:22:27.7099375Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-12-19T05:22:27.7099375Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f26452e9-1bfc-4287-992a-863de4dc2360",
"translations": [
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
},
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
}
]
}
],
"translations": [
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
},
{
"id": "84f79c61-7d82-49c0-8022-097640cf0de0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c3f1d92d-d23b-478d-bbe9-c0478ea674cc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a4008445-0147-409f-bd60-f996fd943c60",
"taxonomyNameGeneric": "sample string 8"
}