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": "a6d966cd-1879-476c-9d3b-16bdff462b36",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "6dfb0539-12a2-4c04-86b6-e03ecd8dd843",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6086d93b-eead-4536-8c4c-b42e38558a75"
},
{
"id": "6dfb0539-12a2-4c04-86b6-e03ecd8dd843",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6086d93b-eead-4536-8c4c-b42e38558a75"
}
]
}
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": "88c7de1a-9094-41fe-adcd-f36f9fd7514a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7dbeb9b5-71bd-4e61-ba03-f1b04bf86acc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8ae888a0-6464-4a13-a8a9-342575ffc231"
},
{
"id": "7dbeb9b5-71bd-4e61-ba03-f1b04bf86acc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8ae888a0-6464-4a13-a8a9-342575ffc231"
}
]
}