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": "71e12a0b-6383-42e0-95dd-3ff9db4a08d8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3ead62a5-76b8-460d-a831-2ba61e23ce69",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2a4ce008-8a80-4109-b8c4-1e0e4cbe292a"
},
{
"id": "3ead62a5-76b8-460d-a831-2ba61e23ce69",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2a4ce008-8a80-4109-b8c4-1e0e4cbe292a"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.