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": "1d6fd054-beb8-4508-9295-da13e16b3618",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "42421c4e-26e0-4dd4-8d98-c3d1e007bb77",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aa5dc25a-f048-4f19-ae13-120c584ca511"
},
{
"id": "42421c4e-26e0-4dd4-8d98-c3d1e007bb77",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "aa5dc25a-f048-4f19-ae13-120c584ca511"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.