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": "b6b7325f-efd2-4bbe-98a7-b6ed2ef6caf5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "334b5e49-c218-471f-970a-6b63a6ae6ef5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "28536762-9d0c-47e1-bbf3-55eb8a50f9fc"
},
{
"id": "334b5e49-c218-471f-970a-6b63a6ae6ef5",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "28536762-9d0c-47e1-bbf3-55eb8a50f9fc"
}
]
}
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": "dae144f9-075a-4a7a-9e7d-51c8da5f480c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "21209c5b-35b0-4b98-991c-3843f9e31cbf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a65dfcc0-a391-4bce-8c35-c57e6997798f"
},
{
"id": "21209c5b-35b0-4b98-991c-3843f9e31cbf",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a65dfcc0-a391-4bce-8c35-c57e6997798f"
}
]
}