PUT api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeClassName | 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": "e84e0e3c-a7de-4554-bbad-0ced9bc5594e", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "1371af42-ec21-4b98-80bf-846cbcc652bc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "6896b00b-0de8-49c4-89bd-4d17805e3161" }, { "id": "1371af42-ec21-4b98-80bf-846cbcc652bc", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "6896b00b-0de8-49c4-89bd-4d17805e3161" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.