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": "48177973-2a51-4fe2-a5b1-4250516a752f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4e2603f3-e29d-44f9-a8e6-59812e4331ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "83f8eaaf-8ffd-4f58-ab6b-02559a843ad3"
},
{
"id": "4e2603f3-e29d-44f9-a8e6-59812e4331ab",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "83f8eaaf-8ffd-4f58-ab6b-02559a843ad3"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.