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": "cadf032f-9673-4868-8fbf-9364489b8486",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f4795670-3ed0-406c-bed9-7111e501d361",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b469fbdf-ca6a-4272-a32c-4c9f3f1f4395"
},
{
"id": "f4795670-3ed0-406c-bed9-7111e501d361",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b469fbdf-ca6a-4272-a32c-4c9f3f1f4395"
}
]
}
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": "be8c6b09-3644-48b5-b615-22c5c51def3a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c0499a26-c670-4c37-9e18-10536b52715a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "657dcfbe-a8a0-434b-85b7-4c6c79f3df94"
},
{
"id": "c0499a26-c670-4c37-9e18-10536b52715a",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "657dcfbe-a8a0-434b-85b7-4c6c79f3df94"
}
]
}