POST api/itggruppendaten/keyvalue
Request Information
URI Parameters
None.
Body Parameters
ItgGruppendatenSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AnfrageId | integer |
None. |
|
| BestandsmeldungId | integer |
None. |
|
| BstFachverbandId | integer |
None. |
|
| PersonId | integer |
None. |
|
| NummerFrom | integer |
None. |
|
| NummerTo | integer |
None. |
|
| Bezeichnung | string |
None. |
|
| Alterskategorie | integer |
None. |
|
| Geschlecht | integer |
None. |
|
| AnzahlProbenFrom | integer |
None. |
|
| AnzahlProbenTo | integer |
None. |
|
| AnzahlVeranstaltungenFrom | integer |
None. |
|
| AnzahlVeranstaltungenTo | integer |
None. |
|
| AnzahlTeilnahmenFrom | integer |
None. |
|
| AnzahlTeilnahmenTo | integer |
None. |
|
| AnzahlMitwirkungenFrom | integer |
None. |
|
| AnzahlMitwirkungenTo | integer |
None. |
|
| Selbstdarstellung | string |
None. |
|
| PageSize | integer |
Required |
|
| PageIndex | integer |
Required |
|
| SortField | string |
None. |
|
| SortFieldDefault | string |
None. |
|
| Quicksearch | string |
None. |
|
| filterIsSet | boolean |
None. |
|
| resetFilter | boolean |
None. |
|
| TagIds | Collection of integer |
None. |
|
| TagFullMatch | boolean |
None. |
|
| WithTags | boolean |
None. |
|
| RequestFields | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AnfrageId": 1,
"BestandsmeldungId": 1,
"BstFachverbandId": 1,
"PersonId": 1,
"NummerFrom": 1,
"NummerTo": 1,
"Bezeichnung": "sample string 1",
"Alterskategorie": 1,
"Geschlecht": 1,
"AnzahlProbenFrom": 1,
"AnzahlProbenTo": 1,
"AnzahlVeranstaltungenFrom": 1,
"AnzahlVeranstaltungenTo": 1,
"AnzahlTeilnahmenFrom": 1,
"AnzahlTeilnahmenTo": 1,
"AnzahlMitwirkungenFrom": 1,
"AnzahlMitwirkungenTo": 1,
"Selbstdarstellung": "sample string 2",
"PageSize": 3,
"PageIndex": 4,
"SortField": "sample string 5",
"SortFieldDefault": "sample string 6",
"Quicksearch": "sample string 7",
"filterIsSet": true,
"resetFilter": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true,
"RequestFields": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ItgGruppendatenSelect 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">4</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">3</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 7</Quicksearch>
<RequestFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</RequestFields>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 5</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 6</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>
<resetFilter xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</resetFilter>
<Alterskategorie>1</Alterskategorie>
<AnfrageId>1</AnfrageId>
<AnzahlMitwirkungenFrom>1</AnzahlMitwirkungenFrom>
<AnzahlMitwirkungenTo>1</AnzahlMitwirkungenTo>
<AnzahlProbenFrom>1</AnzahlProbenFrom>
<AnzahlProbenTo>1</AnzahlProbenTo>
<AnzahlTeilnahmenFrom>1</AnzahlTeilnahmenFrom>
<AnzahlTeilnahmenTo>1</AnzahlTeilnahmenTo>
<AnzahlVeranstaltungenFrom>1</AnzahlVeranstaltungenFrom>
<AnzahlVeranstaltungenTo>1</AnzahlVeranstaltungenTo>
<BestandsmeldungId>1</BestandsmeldungId>
<Bezeichnung>sample string 1</Bezeichnung>
<BstFachverbandId>1</BstFachverbandId>
<Geschlecht>1</Geschlecht>
<Id>1</Id>
<NummerFrom>1</NummerFrom>
<NummerTo>1</NummerTo>
<PersonId>1</PersonId>
<Selbstdarstellung>sample string 2</Selbstdarstellung>
</ItgGruppendatenSelect>
application/x-www-form-urlencoded
Sample:
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>