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": "05f4418a-b734-4d4a-b451-735f732f6bf4",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c8f68262-e287-4325-87df-840179892435",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cee82976-8828-49ab-9490-7691275599cc"
},
{
"id": "c8f68262-e287-4325-87df-840179892435",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cee82976-8828-49ab-9490-7691275599cc"
}
]
}
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": "e4440e97-f438-4382-975c-5638750bb3c9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b8dd10b0-4aa7-4522-9ec0-cafce3c9dc35",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0d5c78eb-cf20-4b05-a9b6-5d4ba762d82e"
},
{
"id": "b8dd10b0-4aa7-4522-9ec0-cafce3c9dc35",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0d5c78eb-cf20-4b05-a9b6-5d4ba762d82e"
}
]
}