POST api/itgvereinsfoerderung/anfrageanlegen

Request Information

URI Parameters

None.

Body Parameters

ItgVereinsfoerderungAnfrageAnlegenRequest
NameDescriptionTypeAdditional information
ZugangId

integer

Required

Antragsjahr

integer

Required

AnfragetypNr

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "ZugangId": 1,
  "Antragsjahr": 2,
  "AnfragetypNr": 3
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ItgAntragLizenz
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

LizAntragId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "5e737cc7-2173-4f5c-8d19-3fde7429f7c1",
  "AnfrageId": 3,
  "LizAntragId": 4
}

application/xml, text/xml

Sample:
<ItgAntragLizenz xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>3</AnfrageId>
  <Id>1</Id>
  <LizAntragId>4</LizAntragId>
  <RowGuid>5e737cc7-2173-4f5c-8d19-3fde7429f7c1</RowGuid>
</ItgAntragLizenz>