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": "f707a0ee-9aa2-4634-9e45-12b474fc5a36", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "e3fab497-6c29-45df-ba4d-4a18c877e0a4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8b05d46c-c42f-4596-b9bb-c35a033fff5d" }, { "id": "e3fab497-6c29-45df-ba4d-4a18c877e0a4", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8b05d46c-c42f-4596-b9bb-c35a033fff5d" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.