DELETE api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "4107130d-defc-45c2-89f7-4c1c43248e5f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "19ac6354-120c-464e-8c8b-120c54653312",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b793451b-bda1-499f-b225-24828b863397"
},
{
"id": "19ac6354-120c-464e-8c8b-120c54653312",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b793451b-bda1-499f-b225-24828b863397"
}
]
}