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": "401b5480-ae51-4e36-b4cc-70f5e00cd935",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4fb32739-0882-492e-9b03-6e7ce6b17473",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5402822-3e68-48ef-a899-9a6a78a2867b"
},
{
"id": "4fb32739-0882-492e-9b03-6e7ce6b17473",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e5402822-3e68-48ef-a899-9a6a78a2867b"
}
]
}