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": "131012e9-ef69-456b-9a72-d13a79c763a0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c2d7a38c-1416-45aa-b859-efbf3b915145",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "375de559-f65f-4a17-b8b9-17f024743d28"
},
{
"id": "c2d7a38c-1416-45aa-b859-efbf3b915145",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "375de559-f65f-4a17-b8b9-17f024743d28"
}
]
}