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": "f999f16b-8c76-4d0e-b317-a0af33745c9c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "72be5bd5-62d1-47e7-a6e4-d79438e99bce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c309fc7-5dd5-4901-8909-c349d080df6f"
},
{
"id": "72be5bd5-62d1-47e7-a6e4-d79438e99bce",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "7c309fc7-5dd5-4901-8909-c349d080df6f"
}
]
}
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": "f8edae4d-688d-4b56-95fa-c43757f445ce",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "bae9f6fd-1c42-4e32-9028-043f23fc008b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cc73e78b-1e85-4442-845b-d8b0428d3010"
},
{
"id": "bae9f6fd-1c42-4e32-9028-043f23fc008b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cc73e78b-1e85-4442-845b-d8b0428d3010"
}
]
}