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": "c2f57b3f-f9c6-4301-ad14-bc46fb138cbe",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fd1b586a-91fa-42a4-abbc-2e3a36037c2b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ffabdc93-80df-44fc-83d6-2ea8fdec7c6e"
},
{
"id": "fd1b586a-91fa-42a4-abbc-2e3a36037c2b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ffabdc93-80df-44fc-83d6-2ea8fdec7c6e"
}
]
}