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": "96f60ba7-aaec-4aa6-ad92-0d40bed9bb3d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "678965a8-ea17-42d6-83af-cfe718dcbc45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "60a7f0bb-7bdb-45d9-9fb6-6abcea4677f3"
},
{
"id": "678965a8-ea17-42d6-83af-cfe718dcbc45",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "60a7f0bb-7bdb-45d9-9fb6-6abcea4677f3"
}
]
}