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": "b7947a73-b164-430b-b03e-05909f32df3c", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "ba99c96a-ddd4-420e-9097-859fd69aea2a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "10103243-6209-4553-a589-33868b95b360" }, { "id": "ba99c96a-ddd4-420e-9097-859fd69aea2a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "10103243-6209-4553-a589-33868b95b360" } ] }