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": "7f53cfa5-728a-457d-80d8-4f89d9f8371a", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "bbba00d5-ded3-4248-acc1-2bcd31e11021", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "f8877b4e-148e-4720-96ce-1f8bdd362cdb" }, { "id": "bbba00d5-ded3-4248-acc1-2bcd31e11021", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "f8877b4e-148e-4720-96ce-1f8bdd362cdb" } ] }