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": "e363a6ab-b474-4c61-9837-9afd57eeaf21",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c865d925-6505-4ef8-adc9-11e207a40cd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b65e073c-2adf-45a9-8f67-ebcd52f2a872"
},
{
"id": "c865d925-6505-4ef8-adc9-11e207a40cd2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b65e073c-2adf-45a9-8f67-ebcd52f2a872"
}
]
}