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": "a61aa307-91aa-4af6-84a0-040bcd15aa21",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "11086357-5262-4ef9-8f69-37e7b3ea38ad",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a3d29188-8363-477a-b0ad-07dafe8cc224"
    },
    {
      "id": "11086357-5262-4ef9-8f69-37e7b3ea38ad",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "a3d29188-8363-477a-b0ad-07dafe8cc224"
    }
  ]
}

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": "6feff266-82aa-4167-ab11-38298c974400",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "a372fec3-83e1-4de7-a3e5-22e53ae1652d",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "6e30fa6c-9005-4378-9f39-f177334d5d28"
    },
    {
      "id": "a372fec3-83e1-4de7-a3e5-22e53ae1652d",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "6e30fa6c-9005-4378-9f39-f177334d5d28"
    }
  ]
}