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": "d5538d92-5bc0-43b8-8cbd-df9b2c3d1b91", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "c25cdfa9-bf35-40a5-a105-ed547f6f18ec", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bd18e742-d8e7-4c4c-8046-907b4b3d02b1" }, { "id": "c25cdfa9-bf35-40a5-a105-ed547f6f18ec", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "bd18e742-d8e7-4c4c-8046-907b4b3d02b1" } ] }