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": "cc2e309b-479e-4dfe-aba7-0e22c108788f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "edcf1cd6-336b-4f78-89d7-bf1033e698e7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f06ff361-5257-4f8b-ad3e-34a8a58723d8"
},
{
"id": "edcf1cd6-336b-4f78-89d7-bf1033e698e7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f06ff361-5257-4f8b-ad3e-34a8a58723d8"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.