POST api/QRLogAttributeClasses

Request Information

URI Parameters

None.

Body Parameters

QRLogAttributeClass
NameDescriptionTypeAdditional 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": "5f75d8fe-3c89-428f-86b6-c20debcc53be",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "7600f59f-4956-40bd-aa5f-65c89024d6ce",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "47cdfca8-88b4-4900-bd71-1fe511656ad0"
    },
    {
      "id": "7600f59f-4956-40bd-aa5f-65c89024d6ce",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "47cdfca8-88b4-4900-bd71-1fe511656ad0"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

QRLogAttributeClass
NameDescriptionTypeAdditional 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": "4490727b-0e56-4aab-8740-97df2c738b3e",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "d4fef165-17ce-4fe4-9b26-2fa8750283ea",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "e2cd5f1b-587c-4fbf-99ea-6b5df499ad13"
    },
    {
      "id": "d4fef165-17ce-4fe4-9b26-2fa8750283ea",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "e2cd5f1b-587c-4fbf-99ea-6b5df499ad13"
    }
  ]
}