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": "5d9b0e1c-c0b5-4438-af20-136c2cdd9131",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6df8f65a-b02d-40bd-b69a-8c8f3bff6873",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2cb5935-d097-4bea-9208-6765d96c6aff"
},
{
"id": "6df8f65a-b02d-40bd-b69a-8c8f3bff6873",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b2cb5935-d097-4bea-9208-6765d96c6aff"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.