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": "e580bb4e-b336-42d2-b816-96716ecfb91a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a2ffdd0c-cae1-4145-bf29-79a4403270be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1d990954-dce7-4acf-8b42-f2cfc12b9281"
},
{
"id": "a2ffdd0c-cae1-4145-bf29-79a4403270be",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1d990954-dce7-4acf-8b42-f2cfc12b9281"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.