POST api/QRLogAttributeClasses
Request Information
URI Parameters
None.
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": "45094b38-70cd-43b1-8206-84743656e6c5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "76ce048f-d4ac-4880-8bfd-dfb38e891d2e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14aa3127-3d2a-4cfd-b913-19c4cdbcfdbf"
},
{
"id": "76ce048f-d4ac-4880-8bfd-dfb38e891d2e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "14aa3127-3d2a-4cfd-b913-19c4cdbcfdbf"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
QRLogAttributeClass| Name | 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": "e58bea6c-73ea-402d-aed0-b8a9ff5d98b7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d464e4d1-badb-4202-bbea-c2b0f8c8dd33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e77df4f7-c5b0-427e-8e3f-0a8a6133fd29"
},
{
"id": "d464e4d1-badb-4202-bbea-c2b0f8c8dd33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "e77df4f7-c5b0-427e-8e3f-0a8a6133fd29"
}
]
}