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": "c9c199b7-53e2-4fcc-b3c3-0a05b8d3a222",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8e893542-433e-4ee1-a26e-dd99ebcca3ec",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3719de01-02f0-4558-afd2-7cb39fd6e98b"
},
{
"id": "8e893542-433e-4ee1-a26e-dd99ebcca3ec",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3719de01-02f0-4558-afd2-7cb39fd6e98b"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.