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": "4b17a29e-fa69-42fc-9f64-8edeb5629480",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7c65eaf0-1742-4570-98dc-d04c7cafac72",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5ca1cee8-87ad-4236-a2c2-297e0e764cdd"
},
{
"id": "7c65eaf0-1742-4570-98dc-d04c7cafac72",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5ca1cee8-87ad-4236-a2c2-297e0e764cdd"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.