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": "b3e56899-a8fb-49e7-b8be-990609ffd0e7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "de6fcf45-58e4-4260-be82-ae2d91b97dd6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8e90a206-966e-422e-b1f8-14edee72ca15"
},
{
"id": "de6fcf45-58e4-4260-be82-ae2d91b97dd6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8e90a206-966e-422e-b1f8-14edee72ca15"
}
]
}
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": "2e0e6860-f1d4-4907-b752-538d3fd8d7d8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7b4ea181-7a3c-4642-8717-73eec7c27aae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "001ac5b8-c9e6-4cd4-b1d1-5d3b434744d9"
},
{
"id": "7b4ea181-7a3c-4642-8717-73eec7c27aae",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "001ac5b8-c9e6-4cd4-b1d1-5d3b434744d9"
}
]
}