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": "fc2de771-552a-451b-b8d1-0af191988bcc", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "77848d7e-85eb-4e02-93ff-5098a0ea3c55", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "19a79b66-74a7-4b28-8cff-aa41f5217cda" }, { "id": "77848d7e-85eb-4e02-93ff-5098a0ea3c55", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "19a79b66-74a7-4b28-8cff-aa41f5217cda" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.