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": "7bd3faf0-60ff-44b8-a50e-ce6f2cd13267",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "49d3b6ca-ad17-4d66-9271-1310fb577930",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eb1ddf61-22da-4438-8a3a-17df8ff51d4f"
},
{
"id": "49d3b6ca-ad17-4d66-9271-1310fb577930",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "eb1ddf61-22da-4438-8a3a-17df8ff51d4f"
}
]
}
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": "65eb769e-d6e4-4985-afe1-02e3189e7caa",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a6552858-ab1a-466e-aeb4-4fc345ff2a4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2f9807-7556-4f2e-8a7e-66085431c69e"
},
{
"id": "a6552858-ab1a-466e-aeb4-4fc345ff2a4c",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "dd2f9807-7556-4f2e-8a7e-66085431c69e"
}
]
}