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": "18277a43-7e7f-4fe8-a3de-5687aa39d126",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "656c624a-cad9-41dc-901e-36a3117358c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "134418a8-7c45-495c-a2e0-47e684f61d1a"
},
{
"id": "656c624a-cad9-41dc-901e-36a3117358c8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "134418a8-7c45-495c-a2e0-47e684f61d1a"
}
]
}
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": "c4d47779-1ef0-4084-a04c-4866bb88bdb8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4c4724c1-4f7f-47cd-a66e-3300eb7504cf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be3bd646-5ee5-4e92-93ed-c3ca76c0e292"
},
{
"id": "4c4724c1-4f7f-47cd-a66e-3300eb7504cf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "be3bd646-5ee5-4e92-93ed-c3ca76c0e292"
}
]
}