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
QRLogAttributeClassName | 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": "8eba49b0-acc8-4118-88ea-b876c0b4e9ef", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "02fd7f17-5768-4347-bb90-16bc8008bbfc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7ed8eff0-6324-461f-a48a-67a13d144f97" }, { "id": "02fd7f17-5768-4347-bb90-16bc8008bbfc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7ed8eff0-6324-461f-a48a-67a13d144f97" } ] }