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": "45c578d1-4604-4ab3-8b32-863d12dd4762",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bf7ee5c7-35ba-4637-8f95-6ee5ad929cbb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6886f3e3-2a64-463c-8e6e-8de65ec6c477"
},
{
"id": "bf7ee5c7-35ba-4637-8f95-6ee5ad929cbb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6886f3e3-2a64-463c-8e6e-8de65ec6c477"
}
]
}