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": "2fe21fe1-1aeb-43df-a23b-2f7ddcd103d0",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "751e652d-4843-44f8-bfc0-f23c49d9e0c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "de0646f3-2ba9-42bf-af69-71758e78f41b"
},
{
"id": "751e652d-4843-44f8-bfc0-f23c49d9e0c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "de0646f3-2ba9-42bf-af69-71758e78f41b"
}
]
}