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": "74721873-e92f-47e5-b7fc-34ded605691a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "77b867e8-e155-46e4-a2c8-6df0e712bc76",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "67a54b37-276b-4e61-b5b9-66df8d8a9e68"
},
{
"id": "77b867e8-e155-46e4-a2c8-6df0e712bc76",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "67a54b37-276b-4e61-b5b9-66df8d8a9e68"
}
]
}