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": "317c9957-7d31-4ea8-8798-9d9a434a4f46",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4386bca7-1c50-4599-9ced-ef40b5dcc260",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c7566cbf-9b6e-48f0-b1ef-9db230f077f6"
},
{
"id": "4386bca7-1c50-4599-9ced-ef40b5dcc260",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c7566cbf-9b6e-48f0-b1ef-9db230f077f6"
}
]
}
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": "20dba84a-2b2a-4f35-b843-967baab51066",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7b023f06-1737-4ac6-a846-4d9b70cc1015",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ec751c23-75d0-44b9-8a9b-7b6a20395118"
},
{
"id": "7b023f06-1737-4ac6-a846-4d9b70cc1015",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ec751c23-75d0-44b9-8a9b-7b6a20395118"
}
]
}