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": "fcc64685-47c4-4bfc-958f-6cf469c4dfb5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "ef593427-9ff6-4512-b02a-e7d4eae8d0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ffa74128-e6d1-4cca-b144-eda645c13701"
},
{
"id": "ef593427-9ff6-4512-b02a-e7d4eae8d0db",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ffa74128-e6d1-4cca-b144-eda645c13701"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.