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": "86406699-4429-4598-8e91-eb1f9186221c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1edfab55-712b-4e92-b54d-0030dde5ca7b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2776cdde-3fa4-4790-b26a-7206a1150753"
},
{
"id": "1edfab55-712b-4e92-b54d-0030dde5ca7b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2776cdde-3fa4-4790-b26a-7206a1150753"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.