POST api/itgantragfoerderung/saveanfrageforfoerderart

Request Information

URI Parameters

None.

Body Parameters

ItgAntragFoerderungSaveAnfrageForFoerderartRequest
NameDescriptionTypeAdditional information
AnfrageId

integer

Required

ZugangId

integer

Required

Foerderart

integer

Required

AnfragetypNr

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "AnfrageId": 1,
  "ZugangId": 2,
  "Foerderart": 3,
  "AnfragetypNr": 4
}

application/xml, text/xml

Sample:
<ItgAntragFoerderungSaveAnfrageForFoerderartRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>1</AnfrageId>
  <AnfragetypNr>4</AnfragetypNr>
  <Foerderart>3</Foerderart>
  <ZugangId>2</ZugangId>
</ItgAntragFoerderungSaveAnfrageForFoerderartRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgAntragFoerderungDisplay
NameDescriptionTypeAdditional information
AnfrageIdDisplay

string

None.

FdgAntragIdDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

FdgAntragId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "AnfrageIdDisplay": "sample string 1",
  "FdgAntragIdDisplay": "sample string 2",
  "Id": 3,
  "RowGuid": "a38c3cad-7918-4b3e-a0ef-4164d6936971",
  "AnfrageId": 5,
  "FdgAntragId": 6
}

application/xml, text/xml

Sample:
<ItgAntragFoerderungDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>5</AnfrageId>
  <FdgAntragId>6</FdgAntragId>
  <Id>3</Id>
  <RowGuid>a38c3cad-7918-4b3e-a0ef-4164d6936971</RowGuid>
  <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay>
  <FdgAntragIdDisplay>sample string 2</FdgAntragIdDisplay>
</ItgAntragFoerderungDisplay>