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": "aa99355b-dfc9-4af2-a07a-76f552e42565",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "15d0f555-98b6-46f1-831e-c33d898b386f",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a1a6f15e-1b5f-4904-842b-837b38eb9109"
    },
    {
      "id": "15d0f555-98b6-46f1-831e-c33d898b386f",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a1a6f15e-1b5f-4904-842b-837b38eb9109"
    }
  ]
}

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": "2076074a-f05f-48d3-ad9c-53aba524202c",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "9a6d426e-2c5a-425f-b02d-f416905cd9bb",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a9991399-14d7-4f4f-9952-85447216f317"
    },
    {
      "id": "9a6d426e-2c5a-425f-b02d-f416905cd9bb",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a9991399-14d7-4f4f-9952-85447216f317"
    }
  ]
}