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": "250e260c-625e-40b6-8c47-606e0ae243d4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e3b8cecc-8311-464b-9b5d-cdb08cd1316b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b01686a-a3cc-4ecc-a81b-e58826c5d645"
},
{
"id": "e3b8cecc-8311-464b-9b5d-cdb08cd1316b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7b01686a-a3cc-4ecc-a81b-e58826c5d645"
}
]
}
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": "f68f2842-df46-4669-bbdf-41edb2237147",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "38ebdbec-a0ef-41c5-bc08-6ce46b409841",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2076d2c3-d165-4dc0-a6a7-a48794ce324d"
},
{
"id": "38ebdbec-a0ef-41c5-bc08-6ce46b409841",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "2076d2c3-d165-4dc0-a6a7-a48794ce324d"
}
]
}