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
QRLogAttributeClass| Name | 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": "5a2ed475-19c4-4ada-982d-5aade5418064",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2a28c472-1c90-4486-97ec-985876d072aa",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "81eb2676-0f98-4ef4-b21c-c1e7d9c848d1"
},
{
"id": "2a28c472-1c90-4486-97ec-985876d072aa",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "81eb2676-0f98-4ef4-b21c-c1e7d9c848d1"
}
]
}