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": "2fd77480-d8b5-4b30-9506-be5681ca67d2",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "350f8eb1-7188-404a-a76d-463920e12e5c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba331bc2-fdda-44b0-bfe9-d25048dd268b"
},
{
"id": "350f8eb1-7188-404a-a76d-463920e12e5c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ba331bc2-fdda-44b0-bfe9-d25048dd268b"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.