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": "73743edf-d3e2-4c08-9a5e-d57952681b58", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "3873c5ae-4f20-4290-bc40-1d038f2adab7", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "88c9bb4a-1cea-447b-9a0c-965259df9379" }, { "id": "3873c5ae-4f20-4290-bc40-1d038f2adab7", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "88c9bb4a-1cea-447b-9a0c-965259df9379" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.