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": "e3fd1c3b-6691-4e25-bbe2-71104b71d5d5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "243e2bb1-22af-4d45-86e5-cec7b6ed4f3a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba0411f6-ec5d-4d36-9874-77d1a37a6d7d"
},
{
"id": "243e2bb1-22af-4d45-86e5-cec7b6ed4f3a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba0411f6-ec5d-4d36-9874-77d1a37a6d7d"
}
]
}