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": "ed54b4ad-fcad-49f0-9f12-a61d6d0173dd",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "80006ca3-3f6e-492c-859a-cb53d5ba4189",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4080fd57-a04e-48e9-8329-93509125254d"
},
{
"id": "80006ca3-3f6e-492c-859a-cb53d5ba4189",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4080fd57-a04e-48e9-8329-93509125254d"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.