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": "f72af76d-7be2-42ea-b4d1-42d1a394f5e5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "05c6d3ff-108f-41b3-9453-4c04b7165974",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22c9ccb4-859d-4f85-a3c0-80eb7448d6e3"
},
{
"id": "05c6d3ff-108f-41b3-9453-4c04b7165974",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "22c9ccb4-859d-4f85-a3c0-80eb7448d6e3"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.