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": "2b328fbd-46fe-4758-8915-b02d8e6b23ab",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "9d55bcd0-2e0e-4cfb-a2af-d69baaa754f4",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "038ccfbb-26b5-48f4-ab2a-37f798678217"
    },
    {
      "id": "9d55bcd0-2e0e-4cfb-a2af-d69baaa754f4",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "038ccfbb-26b5-48f4-ab2a-37f798678217"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QRLogAttributeClass'.

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": "e450cc2e-7401-471f-8922-576a1a3c2f8f",
  "code": "sample string 2",
  "name": "sample string 3",
  "translations": [
    {
      "id": "7a7b70bd-2ab7-435a-a618-c73c58143894",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "34fcc871-67a3-47cd-8fc8-554d81384d2a"
    },
    {
      "id": "7a7b70bd-2ab7-435a-a618-c73c58143894",
      "languageCode": "sample string 2",
      "languageTranslation": "sample string 3",
      "property": "sample string 4",
      "translatableId": "34fcc871-67a3-47cd-8fc8-554d81384d2a"
    }
  ]
}