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": "90c1790b-1a53-4e88-883a-190e5f14ebd5", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "647e9ad1-295a-4c15-bccd-649e48de17d2", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "accaf724-5a02-489f-b852-58bd184287a6" }, { "id": "647e9ad1-295a-4c15-bccd-649e48de17d2", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "accaf724-5a02-489f-b852-58bd184287a6" } ] }