POST api/itgteilnehmer/keyvalue
Request Information
URI Parameters
None.
Body Parameters
ItgTeilnehmerSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AnfrageId | integer |
None. |
|
| VeranstaltungId | integer |
None. |
|
| PersonId | integer |
None. |
|
| GebuehrId | integer |
None. |
|
| OrganisationId | integer |
None. |
|
| RechnungEmpfOrgaId | integer |
None. |
|
| RechnungEmpfPersId | integer |
None. |
|
| FunktionId | integer |
None. |
|
| Anzahl | integer |
None. |
|
| AnmeldungFrom | date |
None. |
|
| AnmeldungTo | date |
None. |
|
| GebuchtFrom | date |
None. |
|
| GebuchtTo | date |
None. |
|
| BestaetigtFrom | date |
None. |
|
| BestaetigtTo | date |
None. |
|
| StornoFrom | date |
None. |
|
| StornoTo | date |
None. |
|
| AbgerechnetFrom | date |
None. |
|
| AbgerechnetTo | date |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Duplikat | integer |
None. |
|
| FachverbandId | integer |
None. |
|
| PersonAdresseId | integer |
None. |
|
| RechnungEmpfItgOrgaId | integer |
None. |
|
| Verein | string |
None. |
|
| VereinFunktion | string |
None. |
|
| Bemerkung | string |
None. |
|
| Zustiegsort | string |
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,
"AnfrageId": 1,
"VeranstaltungId": 1,
"PersonId": 1,
"GebuehrId": 1,
"OrganisationId": 1,
"RechnungEmpfOrgaId": 1,
"RechnungEmpfPersId": 1,
"FunktionId": 1,
"Anzahl": 1,
"AnmeldungFrom": "2025-12-06T05:52:26.9947054+01:00",
"AnmeldungTo": "2025-12-06T05:52:26.9947054+01:00",
"GebuchtFrom": "2025-12-06T05:52:26.9947054+01:00",
"GebuchtTo": "2025-12-06T05:52:26.9947054+01:00",
"BestaetigtFrom": "2025-12-06T05:52:26.9947054+01:00",
"BestaetigtTo": "2025-12-06T05:52:26.9947054+01:00",
"StornoFrom": "2025-12-06T05:52:26.9947054+01:00",
"StornoTo": "2025-12-06T05:52:26.9947054+01:00",
"AbgerechnetFrom": "2025-12-06T05:52:26.9947054+01:00",
"AbgerechnetTo": "2025-12-06T05:52:26.9947054+01:00",
"Zusatzfeld1": "sample string 1",
"Zusatzfeld2": "sample string 2",
"Duplikat": 1,
"FachverbandId": 1,
"PersonAdresseId": 1,
"RechnungEmpfItgOrgaId": 1,
"Verein": "sample string 3",
"VereinFunktion": "sample string 4",
"Bemerkung": "sample string 5",
"Zustiegsort": "sample string 6",
"PageSize": 7,
"PageIndex": 8,
"SortField": "sample string 9",
"SortFieldDefault": "sample string 10",
"Quicksearch": "sample string 11",
"filterIsSet": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true
}
application/xml, text/xml
Sample:
<ItgTeilnehmerSelect 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">8</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">7</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 11</Quicksearch>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 9</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 10</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>
<AbgerechnetFrom>2025-12-06T05:52:26.9947054+01:00</AbgerechnetFrom>
<AbgerechnetTo>2025-12-06T05:52:26.9947054+01:00</AbgerechnetTo>
<AnfrageId>1</AnfrageId>
<AnmeldungFrom>2025-12-06T05:52:26.9947054+01:00</AnmeldungFrom>
<AnmeldungTo>2025-12-06T05:52:26.9947054+01:00</AnmeldungTo>
<Anzahl>1</Anzahl>
<Bemerkung>sample string 5</Bemerkung>
<BestaetigtFrom>2025-12-06T05:52:26.9947054+01:00</BestaetigtFrom>
<BestaetigtTo>2025-12-06T05:52:26.9947054+01:00</BestaetigtTo>
<Duplikat>1</Duplikat>
<FachverbandId>1</FachverbandId>
<FunktionId>1</FunktionId>
<GebuchtFrom>2025-12-06T05:52:26.9947054+01:00</GebuchtFrom>
<GebuchtTo>2025-12-06T05:52:26.9947054+01:00</GebuchtTo>
<GebuehrId>1</GebuehrId>
<Id>1</Id>
<OrganisationId>1</OrganisationId>
<PersonAdresseId>1</PersonAdresseId>
<PersonId>1</PersonId>
<RechnungEmpfItgOrgaId>1</RechnungEmpfItgOrgaId>
<RechnungEmpfOrgaId>1</RechnungEmpfOrgaId>
<RechnungEmpfPersId>1</RechnungEmpfPersId>
<StornoFrom>2025-12-06T05:52:26.9947054+01:00</StornoFrom>
<StornoTo>2025-12-06T05:52:26.9947054+01:00</StornoTo>
<VeranstaltungId>1</VeranstaltungId>
<Verein>sample string 3</Verein>
<VereinFunktion>sample string 4</VereinFunktion>
<Zusatzfeld1>sample string 1</Zusatzfeld1>
<Zusatzfeld2>sample string 2</Zusatzfeld2>
<Zustiegsort>sample string 6</Zustiegsort>
</ItgTeilnehmerSelect>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Value": "sample string 2"
},
{
"Id": 1,
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
</ArrayOfKeyValue>