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": "fd489c29-03e6-4678-946f-3dc383979d9e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "327be07c-2235-4d43-893a-b6d4a90df805",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5a5a970-d34c-4fe2-96aa-d5a57d58229b"
},
{
"id": "327be07c-2235-4d43-893a-b6d4a90df805",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a5a5a970-d34c-4fe2-96aa-d5a57d58229b"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.