POST api/verinhalt/insert

Request Information

URI Parameters

None.

Body Parameters

VerInhalt
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": "cf843c8d-5ad3-48b0-9de1-2151e4e9b97b"
}

application/xml, text/xml

Sample:
<VerInhalt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>cf843c8d-5ad3-48b0-9de1-2151e4e9b97b</RowGuid>
</VerInhalt>

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

Response Information

Resource Description

VerInhaltDisplay
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": "fa61c2b9-23b8-4e88-a6fe-87301d29b5ed"
}

application/xml, text/xml

Sample:
<VerInhaltDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>fa61c2b9-23b8-4e88-a6fe-87301d29b5ed</RowGuid>
</VerInhaltDisplay>