POST api/QRLogAttributeClasses
Request Information
URI Parameters
None.
Body Parameters
QRLogAttributeClassName | 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": "7f36cb8b-2a89-4261-a2fc-bad4028d67af", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "7e8d2e4f-a289-4e0c-a6bf-2e3268f89d22", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "07c1d51f-803f-44c5-b52e-04f00dfa4362" }, { "id": "7e8d2e4f-a289-4e0c-a6bf-2e3268f89d22", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "07c1d51f-803f-44c5-b52e-04f00dfa4362" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttributeClassName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "694f61cc-920a-4702-a282-fac3c060a7e1", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "3a888902-6472-4d15-bbdf-2ff9d4c3a569", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3d0b2fa6-9810-412a-9d50-3b8cb4c44096" }, { "id": "3a888902-6472-4d15-bbdf-2ff9d4c3a569", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3d0b2fa6-9810-412a-9d50-3b8cb4c44096" } ] }