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": "de519078-b5c8-4687-9128-065d3a75a39e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bc042fef-4714-4f8d-be89-0001b5749f50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8e06d2e6-a693-4f77-bbac-3dd765342ca2"
},
{
"id": "bc042fef-4714-4f8d-be89-0001b5749f50",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8e06d2e6-a693-4f77-bbac-3dd765342ca2"
}
]
}