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": "5071f0f8-773d-44ae-b57b-4d55def93dc3"
}

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>5071f0f8-773d-44ae-b57b-4d55def93dc3</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": "2c89960e-761d-4056-b9e6-49a41d6563eb"
}

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>2c89960e-761d-4056-b9e6-49a41d6563eb</RowGuid>
</AboTurnusDisplay>