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": "63114de3-ccc9-4247-9e70-ffe6c37c15ab",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "04aefd51-b3b2-43d3-acda-da642311364d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "25474ab2-f29c-445d-bdac-5e9b81bd8427"
},
{
"id": "04aefd51-b3b2-43d3-acda-da642311364d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "25474ab2-f29c-445d-bdac-5e9b81bd8427"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.