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": "b0ec946a-b188-4ea2-81a4-60ebd6374817",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2ba2c694-9ae6-4602-8c20-d6d130db3d56",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "612af8f2-0a56-4eb0-b8ca-830160866b88"
},
{
"id": "2ba2c694-9ae6-4602-8c20-d6d130db3d56",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "612af8f2-0a56-4eb0-b8ca-830160866b88"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.