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": "a3a7bd78-8748-4e34-9fcf-bb686a45d895",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a677b9cf-d650-450c-b3f9-d519f1b22474",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ca9cf40f-2774-4a8e-b7a3-11ee4be252fa"
},
{
"id": "a677b9cf-d650-450c-b3f9-d519f1b22474",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ca9cf40f-2774-4a8e-b7a3-11ee4be252fa"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "18b18233-6c04-4b2c-819f-d59fd93fdcfa",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b7e0ad53-f27b-44c0-82c4-87a3588d2aa9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd7ff495-a32b-4b1c-9d99-9f30538c105a"
},
{
"id": "b7e0ad53-f27b-44c0-82c4-87a3588d2aa9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cd7ff495-a32b-4b1c-9d99-9f30538c105a"
}
]
}