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": "13bf0d81-66b0-44fd-9988-cfb390c4dee1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5c8abd24-629d-4784-ab3b-f3809593e85a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5ed19644-1297-4701-9aba-7e900d72321d"
},
{
"id": "5c8abd24-629d-4784-ab3b-f3809593e85a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5ed19644-1297-4701-9aba-7e900d72321d"
}
]
}