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": "3bf53cfe-b563-4a25-9e94-43d70ba2e2bc",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "a287d025-a67d-4b29-a0cb-f303be274219",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "dafc50c1-4bc6-4cbb-abc5-b2cc14d3b7b2"
    },
    {
      "id": "a287d025-a67d-4b29-a0cb-f303be274219",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "dafc50c1-4bc6-4cbb-abc5-b2cc14d3b7b2"
    }
  ]
}

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": "edb572de-03b5-44ea-bdda-fdd4c4a1f112",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "f73191fa-4c28-4330-a4d5-fe5219c9751b",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "31f4db04-aac9-4176-a113-66f3ef7596a7"
    },
    {
      "id": "f73191fa-4c28-4330-a4d5-fe5219c9751b",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "31f4db04-aac9-4176-a113-66f3ef7596a7"
    }
  ]
}