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": "3d982ab1-435f-43b5-b075-6eaeb8462b16",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f05f94d7-2bed-4da9-afd3-0acbc8b5ad2f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03167c47-d419-45f1-b1c7-571e7bd47a46"
},
{
"id": "f05f94d7-2bed-4da9-afd3-0acbc8b5ad2f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "03167c47-d419-45f1-b1c7-571e7bd47a46"
}
]
}