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": "0dc4157e-ce0d-44af-aca8-65d442b9d497",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6db29671-678c-4850-a64c-6ed51b48c4a6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32e47a83-6e4d-4dac-aacd-c2d422a7cb26"
},
{
"id": "6db29671-678c-4850-a64c-6ed51b48c4a6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32e47a83-6e4d-4dac-aacd-c2d422a7cb26"
}
]
}