POST api/itgantragkoopsv/insert

Request Information

URI Parameters

None.

Body Parameters

ItgAntragKoopSv
NameDescriptionTypeAdditional information
Id

integer

Required

AnfrageId

integer

Required

KsvAntragId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "AnfrageId": 2,
  "KsvAntragId": 3
}

application/xml, text/xml

Sample:
<ItgAntragKoopSv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>2</AnfrageId>
  <Id>1</Id>
  <KsvAntragId>3</KsvAntragId>
</ItgAntragKoopSv>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgAntragKoopSvDisplay
NameDescriptionTypeAdditional information
AnfrageIdDisplay

string

None.

KsvAntragIdDisplay

string

None.

Id

integer

Required

AnfrageId

integer

Required

KsvAntragId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "AnfrageIdDisplay": "sample string 1",
  "KsvAntragIdDisplay": "sample string 2",
  "Id": 3,
  "AnfrageId": 4,
  "KsvAntragId": 5
}

application/xml, text/xml

Sample:
<ItgAntragKoopSvDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>4</AnfrageId>
  <Id>3</Id>
  <KsvAntragId>5</KsvAntragId>
  <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay>
  <KsvAntragIdDisplay>sample string 2</KsvAntragIdDisplay>
</ItgAntragKoopSvDisplay>