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": "08fa0e78-ebf4-4b6b-bd36-9dccc5faa934",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c6ba8f47-bf53-4a74-9598-a5754a6d5df2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1741a6a2-f989-4b78-9f95-8bddd1bd3848"
},
{
"id": "c6ba8f47-bf53-4a74-9598-a5754a6d5df2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1741a6a2-f989-4b78-9f95-8bddd1bd3848"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.