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": "1c1fe34e-f8ac-4f2a-ac69-625edd7ce065",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ceec0ae5-3b1c-4afc-96d1-0a00907e0834",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "71e147ce-3203-47fe-bd4f-4bb8ddf9a46f"
},
{
"id": "ceec0ae5-3b1c-4afc-96d1-0a00907e0834",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "71e147ce-3203-47fe-bd4f-4bb8ddf9a46f"
}
]
}