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": "ffc4f1da-675f-4a71-ab2e-2a963b1692ed",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b427a477-2dde-4b5a-a3b1-1b962f075aee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ee65461a-843b-48a3-8061-cec980d5a513"
},
{
"id": "b427a477-2dde-4b5a-a3b1-1b962f075aee",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ee65461a-843b-48a3-8061-cec980d5a513"
}
]
}