POST api/itglizenz2orga/getantragsjahrforanfragetyp

Request Information

URI Parameters

None.

Body Parameters

ItgLizenz2OrgaAntragsjahrRequest
NameDescriptionTypeAdditional information
AnfrageTypNr

integer

Required

AnfrageTypId

integer

Required

AnfrageId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "AnfrageTypNr": 1,
  "AnfrageTypId": 2,
  "AnfrageId": 3
}

application/xml, text/xml

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

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>