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": "849675be-3136-474a-93e1-bc95d573ab29", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "898c25a4-d80e-4c64-ac71-438242e95e9d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "6141c940-2d5c-45d2-99b1-8af301dab160" }, { "id": "898c25a4-d80e-4c64-ac71-438242e95e9d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "6141c940-2d5c-45d2-99b1-8af301dab160" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "22baf8e4-2312-4e93-a554-0972448ecaf3", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "48ad9677-4b0f-4ab0-89cd-ca30a70ff1ab", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "80c8fbe9-e555-4db7-bb0d-163d428c3ffd" }, { "id": "48ad9677-4b0f-4ab0-89cd-ca30a70ff1ab", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "80c8fbe9-e555-4db7-bb0d-163d428c3ffd" } ] }