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": "2d509fb1-6b9b-4955-b022-a274d2b3de56",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "382589c3-b456-4842-9ccc-8bd17eaffde0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9c3054ff-5d77-45e9-98dc-af6458ae9599"
},
{
"id": "382589c3-b456-4842-9ccc-8bd17eaffde0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9c3054ff-5d77-45e9-98dc-af6458ae9599"
}
]
}