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": "19644b8f-4300-45ab-ab14-963c4bb19fdf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5dad4180-4d58-43d2-8691-a56c9ded3947",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bc73d298-ad66-4871-8a09-82eaa4b97020"
},
{
"id": "5dad4180-4d58-43d2-8691-a56c9ded3947",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "bc73d298-ad66-4871-8a09-82eaa4b97020"
}
]
}