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": "fc0d5943-bbd3-4f16-a6ca-e8f7b332c657", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "70bf5095-6be4-4ea1-9490-68e96dc3e2ae", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b0777501-7a55-47db-b1c5-77ce99eae500" }, { "id": "70bf5095-6be4-4ea1-9490-68e96dc3e2ae", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "b0777501-7a55-47db-b1c5-77ce99eae500" } ] }
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": "3190db6d-65cc-4b24-8c77-792462b98085", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "18495884-d409-4260-8998-17aab93ee2d3", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "46691171-d762-49b6-af29-4303edeffbb6" }, { "id": "18495884-d409-4260-8998-17aab93ee2d3", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "46691171-d762-49b6-af29-4303edeffbb6" } ] }