PUT api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
QRLogAttributeClass| Name | 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": "ddff36bf-979b-47fd-bdff-b67adb9603d7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ac220043-70d2-4b08-aa1a-553323912127",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "82c86562-cf70-4d79-a99f-b6e086058446"
},
{
"id": "ac220043-70d2-4b08-aa1a-553323912127",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "82c86562-cf70-4d79-a99f-b6e086058446"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.