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": "c1471f5c-46be-4d17-b49d-6dc36fd24661",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fc5dae16-0c51-461e-80c3-141617855541",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c45288c4-99d5-4cda-84df-0467e73915be"
},
{
"id": "fc5dae16-0c51-461e-80c3-141617855541",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c45288c4-99d5-4cda-84df-0467e73915be"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.