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": "cab04520-f4fe-4585-87fc-bf51882742a3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "95b397bf-423e-426d-9a1b-9052f9a1d5c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e4302619-f930-4cd2-a68e-f473b7ec1fb6"
},
{
"id": "95b397bf-423e-426d-9a1b-9052f9a1d5c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e4302619-f930-4cd2-a68e-f473b7ec1fb6"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.