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": "71fe2480-2c97-423a-80a7-597a6f2e0d1d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "8e6cfdf9-5b59-45eb-9c6e-dcf8a6cda3d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b623a71f-db3a-402c-9bbc-ef19660f4974"
},
{
"id": "8e6cfdf9-5b59-45eb-9c6e-dcf8a6cda3d9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b623a71f-db3a-402c-9bbc-ef19660f4974"
}
]
}
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": "4a4b7dce-6b06-4b23-8cd1-8efb62976377",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c0a303ef-c633-469d-89ac-5427ffa5cd0d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4ac3a39d-d5da-4e4f-8217-a5546e714872"
},
{
"id": "c0a303ef-c633-469d-89ac-5427ffa5cd0d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4ac3a39d-d5da-4e4f-8217-a5546e714872"
}
]
}