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": "633e619d-d568-432b-afe8-985de96dbbcc",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3e2ab3a4-fa77-437b-8b44-810569059d93",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f151a2bd-c3ca-472e-9f96-0543b61f79a8"
},
{
"id": "3e2ab3a4-fa77-437b-8b44-810569059d93",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f151a2bd-c3ca-472e-9f96-0543b61f79a8"
}
]
}