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": "72a9b6cd-e306-4e6d-bd72-11331bbc4ed4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "471bec45-4a53-4e2c-b506-cf69dc0b430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3705e4b4-e0a4-4bc5-a06d-b7c07fd4c3c4"
},
{
"id": "471bec45-4a53-4e2c-b506-cf69dc0b430b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3705e4b4-e0a4-4bc5-a06d-b7c07fd4c3c4"
}
]
}
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": "f48fee12-c5ce-4db9-88c2-c91292a9e56a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "0bbfeebf-1978-4c12-be01-fd0e71222bd7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4026f0f-91f7-4f9f-9870-ac79d28fca31"
},
{
"id": "0bbfeebf-1978-4c12-be01-fd0e71222bd7",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c4026f0f-91f7-4f9f-9870-ac79d28fca31"
}
]
}