PUT api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Translations | Collection of Translation |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "6bf6c1e2-0dee-410b-8759-8bae62c503b2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1c6d2281-3103-47c0-9a4a-ac0ff3d89607",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8ba4981f-61cc-43a0-b2a9-8cdadd5a692b"
},
{
"id": "1c6d2281-3103-47c0-9a4a-ac0ff3d89607",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8ba4981f-61cc-43a0-b2a9-8cdadd5a692b"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.