POST api/itganfrageabo/select
Request Information
URI Parameters
None.
Body Parameters
ItgAnfrageSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ZugangId | integer |
None. |
|
| UserId | integer |
None. |
|
| KrnOrganisationId | integer |
None. |
|
| AnfragetypId | integer |
None. |
|
| AnfragetypNummer | integer |
None. |
|
| BeginnFrom | date |
None. |
|
| BeginnTo | date |
None. |
|
| UebertragungFrom | date |
None. |
|
| UebertragungTo | date |
None. |
|
| Status | integer |
None. |
|
| Verfahren | integer |
None. |
|
| Kooperationstyp | integer |
None. |
|
| Ansprechpartner | string |
None. |
|
| Telefon | string |
None. |
|
| string |
None. |
||
| Bemerkung | string |
None. |
|
| Transaktion | string |
None. |
|
| Anfragebezug | string |
None. |
|
| BenachrichtigtFrom | date |
None. |
|
| BenachrichtigtTo | date |
None. |
|
| BrowseMode | integer |
Required |
|
| KoopSvMode | integer |
Required |
|
| VereinsMode | integer |
Required |
|
| FdgAntragstatus | integer |
None. |
|
| Foerderart | integer |
None. |
|
| OrganisationIdFrom | integer |
None. |
|
| OrganisationIdTo | integer |
None. |
|
| StatusEhrung | integer |
None. |
|
| AnzahlEhrungenTo | integer |
None. |
|
| AnzahlEhrungenFrom | integer |
None. |
|
| AntragstellerId | integer |
None. |
|
| OrganisationId | integer |
None. |
|
| AnzahlEmpfaengerFrom | integer |
None. |
|
| AnzahlEmpfaengerTo | integer |
None. |
|
| AboNummerFrom | integer |
None. |
|
| AboNummerTo | integer |
None. |
|
| VerfahrenId | integer |
None. |
|
| KooperationsjahrId | integer |
None. |
|
| LfdnrFrom | integer |
None. |
|
| LfdnrTo | integer |
None. |
|
| ZugangOrganisationId | integer |
None. |
|
| PageSize | integer |
Required |
|
| PageIndex | integer |
Required |
|
| SortField | string |
None. |
|
| SortFieldDefault | string |
None. |
|
| Quicksearch | string |
None. |
|
| filterIsSet | boolean |
None. |
|
| TagIds | Collection of integer |
None. |
|
| TagFullMatch | boolean |
None. |
|
| WithTags | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ZugangId": 1,
"UserId": 1,
"KrnOrganisationId": 1,
"AnfragetypId": 1,
"AnfragetypNummer": 1,
"BeginnFrom": "2025-12-06T05:52:29.008362+01:00",
"BeginnTo": "2025-12-06T05:52:29.008362+01:00",
"UebertragungFrom": "2025-12-06T05:52:29.008362+01:00",
"UebertragungTo": "2025-12-06T05:52:29.008362+01:00",
"Status": 1,
"Verfahren": 1,
"Kooperationstyp": 1,
"Ansprechpartner": "sample string 1",
"Telefon": "sample string 2",
"Email": "sample string 3",
"Bemerkung": "sample string 4",
"Transaktion": "sample string 5",
"Anfragebezug": "sample string 6",
"BenachrichtigtFrom": "2025-12-06T05:52:29.008362+01:00",
"BenachrichtigtTo": "2025-12-06T05:52:29.008362+01:00",
"BrowseMode": 7,
"KoopSvMode": 8,
"VereinsMode": 9,
"FdgAntragstatus": 1,
"Foerderart": 1,
"OrganisationIdFrom": 1,
"OrganisationIdTo": 1,
"StatusEhrung": 1,
"AnzahlEhrungenTo": 1,
"AnzahlEhrungenFrom": 1,
"AntragstellerId": 1,
"OrganisationId": 1,
"AnzahlEmpfaengerFrom": 1,
"AnzahlEmpfaengerTo": 1,
"AboNummerFrom": 1,
"AboNummerTo": 1,
"VerfahrenId": 1,
"KooperationsjahrId": 1,
"LfdnrFrom": 1,
"LfdnrTo": 1,
"ZugangOrganisationId": 1,
"PageSize": 10,
"PageIndex": 11,
"SortField": "sample string 12",
"SortFieldDefault": "sample string 13",
"Quicksearch": "sample string 14",
"filterIsSet": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true
}
application/xml, text/xml
Sample:
<ItgAnfrageSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">11</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">10</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 14</Quicksearch>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 12</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 13</SortFieldDefault>
<TagFullMatch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</TagFullMatch>
<TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</TagIds>
<WithTags xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</WithTags>
<filterIsSet xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</filterIsSet>
<AboNummerFrom>1</AboNummerFrom>
<AboNummerTo>1</AboNummerTo>
<Anfragebezug>sample string 6</Anfragebezug>
<AnfragetypId>1</AnfragetypId>
<AnfragetypNummer>1</AnfragetypNummer>
<Ansprechpartner>sample string 1</Ansprechpartner>
<AntragstellerId>1</AntragstellerId>
<AnzahlEhrungenFrom>1</AnzahlEhrungenFrom>
<AnzahlEhrungenTo>1</AnzahlEhrungenTo>
<AnzahlEmpfaengerFrom>1</AnzahlEmpfaengerFrom>
<AnzahlEmpfaengerTo>1</AnzahlEmpfaengerTo>
<BeginnFrom>2025-12-06T05:52:29.008362+01:00</BeginnFrom>
<BeginnTo>2025-12-06T05:52:29.008362+01:00</BeginnTo>
<Bemerkung>sample string 4</Bemerkung>
<BenachrichtigtFrom>2025-12-06T05:52:29.008362+01:00</BenachrichtigtFrom>
<BenachrichtigtTo>2025-12-06T05:52:29.008362+01:00</BenachrichtigtTo>
<BrowseMode>7</BrowseMode>
<Email>sample string 3</Email>
<FdgAntragstatus>1</FdgAntragstatus>
<Foerderart>1</Foerderart>
<Id>1</Id>
<KoopSvMode>8</KoopSvMode>
<KooperationsjahrId>1</KooperationsjahrId>
<Kooperationstyp>1</Kooperationstyp>
<KrnOrganisationId>1</KrnOrganisationId>
<LfdnrFrom>1</LfdnrFrom>
<LfdnrTo>1</LfdnrTo>
<OrganisationId>1</OrganisationId>
<OrganisationIdFrom>1</OrganisationIdFrom>
<OrganisationIdTo>1</OrganisationIdTo>
<Status>1</Status>
<StatusEhrung>1</StatusEhrung>
<Telefon>sample string 2</Telefon>
<Transaktion>sample string 5</Transaktion>
<UebertragungFrom>2025-12-06T05:52:29.008362+01:00</UebertragungFrom>
<UebertragungTo>2025-12-06T05:52:29.008362+01:00</UebertragungTo>
<UserId>1</UserId>
<VereinsMode>9</VereinsMode>
<Verfahren>1</Verfahren>
<VerfahrenId>1</VerfahrenId>
<ZugangId>1</ZugangId>
<ZugangOrganisationId>1</ZugangOrganisationId>
</ItgAnfrageSelect>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ItgAnfrageQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Entries | Collection of ItgAnfrageDisplay |
None. |
|
| RecordsTotal | integer |
Required |
|
| PageSize | integer |
Required |
|
| PageIndex | integer |
Required |
|
| SortField | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.