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": "c3ae09d8-bb35-4d0c-a2c5-49ef60efdcdb",
"code": "sample string 2",
"createdTs": "2025-11-09T11:47:09.3792408Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:47:09.3792408Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "0d719361-936a-420c-866a-b27a36ab5c1e",
"qrLogAttributeClass": {
"id": "607021b3-5e6e-41a9-858e-6a23dffb00ce",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
},
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
}
]
},
"qrLogAttributeListValue": [
{
"id": "4af280ed-4866-4040-864d-273d4b581017",
"description": "sample string 2",
"createdTs": "2025-11-09T11:47:09.3792408Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:47:09.3792408Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a6a92d41-91c1-440d-8f9c-b7286a0f3f57",
"translations": [
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
},
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
}
]
},
{
"id": "4af280ed-4866-4040-864d-273d4b581017",
"description": "sample string 2",
"createdTs": "2025-11-09T11:47:09.3792408Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:47:09.3792408Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "a6a92d41-91c1-440d-8f9c-b7286a0f3f57",
"translations": [
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
},
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
}
]
}
],
"translations": [
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
},
{
"id": "12762625-c3a4-4021-af60-d3d0dd42430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cf219f90-ba9b-4d14-82a0-e71fad361368"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "5349cbe7-9480-4f32-8a27-3b4d7d8f49ab",
"taxonomyNameGeneric": "sample string 8"
}