POST api/itgbestandszahlen/getzahlenvereinohnemeldung

Request Information

URI Parameters

None.

Body Parameters

GetZahlenVereinOhneMeldungReq
NameDescriptionTypeAdditional information
OrganisationId

integer

Required

ErhebungId

integer

Required

ZugangOrganisationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrganisationId": 1,
  "ErhebungId": 2,
  "ZugangOrganisationId": 1
}

application/xml, text/xml

Sample:
<GetZahlenVereinOhneMeldungReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <ErhebungId>2</ErhebungId>
  <OrganisationId>1</OrganisationId>
  <ZugangOrganisationId>1</ZugangOrganisationId>
</GetZahlenVereinOhneMeldungReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetZahlenVereinOhneMeldungRes
NameDescriptionTypeAdditional information
AnzW

integer

Required

AnzM

integer

Required

AnzD

integer

None.

AnzO

integer

None.

Sum

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "AnzW": 1,
  "AnzM": 2,
  "AnzD": 1,
  "AnzO": 1,
  "Sum": 3
}

application/xml, text/xml

Sample:
<GetZahlenVereinOhneMeldungRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnzD>1</AnzD>
  <AnzM>2</AnzM>
  <AnzO>1</AnzO>
  <AnzW>1</AnzW>
  <Sum>3</Sum>
</GetZahlenVereinOhneMeldungRes>