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": "f8ef0ade-1fe6-4db9-bab6-d2f2c80fa11e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7ac24149-6c26-4bfa-a8e6-20629cda6dbf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5304582-e712-49a0-b2c6-d5d66b49e892"
},
{
"id": "7ac24149-6c26-4bfa-a8e6-20629cda6dbf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5304582-e712-49a0-b2c6-d5d66b49e892"
}
]
}