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": "7254df7a-fe81-4c67-a523-080fa9b866fd", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "de0c21fa-762a-45bf-8600-5f7f6181694a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "9e672880-f068-406f-aecd-20de6083d8cb" }, { "id": "de0c21fa-762a-45bf-8600-5f7f6181694a", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "9e672880-f068-406f-aecd-20de6083d8cb" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.