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": "e181fdb6-2ea3-4177-9cf6-504c31482c7c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2e94f1ed-5345-41d2-aff7-bd9765ffaabb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a68b5b10-790e-44de-a1aa-5778822392a4"
},
{
"id": "2e94f1ed-5345-41d2-aff7-bd9765ffaabb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a68b5b10-790e-44de-a1aa-5778822392a4"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.