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": "8f80852a-ee44-472d-afdd-baa158193333",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c161be19-8f0f-47e0-9b11-58cb796fd747",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f78c51df-4e85-4238-af95-0cbfb854b206"
},
{
"id": "c161be19-8f0f-47e0-9b11-58cb796fd747",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f78c51df-4e85-4238-af95-0cbfb854b206"
}
]
}
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": "5adcac5d-67c4-45ac-aacb-35eaef6fcc53",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "36c3c8c2-5657-470a-a5a1-972758216ee4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "91bc1686-1423-4e3d-a514-b801c7872dc2"
},
{
"id": "36c3c8c2-5657-470a-a5a1-972758216ee4",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "91bc1686-1423-4e3d-a514-b801c7872dc2"
}
]
}