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": "cd2d3fa6-0c3a-453b-816a-494aa3ca203f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a77d3a6e-1e7c-45a5-8eea-223468cf67d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "49c35133-02c9-431b-b7c8-d368b574f650"
},
{
"id": "a77d3a6e-1e7c-45a5-8eea-223468cf67d0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "49c35133-02c9-431b-b7c8-d368b574f650"
}
]
}