POST api/aboturnus/insert

Request Information

URI Parameters

None.

Body Parameters

AboTurnus
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "ebc6f85b-5800-49f1-91b6-608d2bc072f0"
}

application/xml, text/xml

Sample:
<AboTurnus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>ebc6f85b-5800-49f1-91b6-608d2bc072f0</RowGuid>
</AboTurnus>

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 'AboTurnus'.

Response Information

Resource Description

AboTurnusDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "b859611b-76ce-455e-a331-90bdd0400f46"
}

application/xml, text/xml

Sample:
<AboTurnusDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>b859611b-76ce-455e-a331-90bdd0400f46</RowGuid>
</AboTurnusDisplay>