POST api/itgperson/keyvalue
Request Information
URI Parameters
None.
Body Parameters
ItgPersonSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AnfrageId | integer |
None. |
|
| PersonId | integer |
None. |
|
| NummerFrom | integer |
None. |
|
| NummerTo | integer |
None. |
|
| Geschlecht | integer |
None. |
|
| Vorname | string |
None. |
|
| Nachname | string |
None. |
|
| Geburtsname | string |
None. |
|
| AdressAnredeId | integer |
None. |
|
| BriefAnredeId | integer |
None. |
|
| PersoenlAnredeId | integer |
None. |
|
| TitelId | integer |
None. |
|
| AmtId | integer |
None. |
|
| NamenszusatzId | integer |
None. |
|
| LandId | integer |
None. |
|
| AgsFrom | string |
None. |
|
| AgsTo | string |
None. |
|
| GeburtsdatumFrom | date |
None. |
|
| GeburtsdatumTo | date |
None. |
|
| SterbedatumFrom | date |
None. |
|
| SterbedatumTo | date |
None. |
|
| Abwesenheit | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Duplikat | integer |
None. |
|
| Iban | string |
None. |
|
| Bic | string |
None. |
|
| Kontonummer | string |
None. |
|
| Bankleitzahl | string |
None. |
|
| Institut | string |
None. |
|
| Kontoinhaber | string |
None. |
|
| Lastschrift | boolean |
None. |
|
| Memo | string |
None. |
|
| UseEditForm | boolean |
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,
"PersonId": 1,
"NummerFrom": 1,
"NummerTo": 1,
"Geschlecht": 1,
"Vorname": "sample string 1",
"Nachname": "sample string 2",
"Geburtsname": "sample string 3",
"AdressAnredeId": 1,
"BriefAnredeId": 1,
"PersoenlAnredeId": 1,
"TitelId": 1,
"AmtId": 1,
"NamenszusatzId": 1,
"LandId": 1,
"AgsFrom": "sample string 4",
"AgsTo": "sample string 5",
"GeburtsdatumFrom": "2025-12-06T05:50:23.1820782+01:00",
"GeburtsdatumTo": "2025-12-06T05:50:23.1820782+01:00",
"SterbedatumFrom": "2025-12-06T05:50:23.1820782+01:00",
"SterbedatumTo": "2025-12-06T05:50:23.1820782+01:00",
"Abwesenheit": "sample string 6",
"Zusatzfeld1": "sample string 7",
"Zusatzfeld2": "sample string 8",
"Duplikat": 1,
"Iban": "sample string 9",
"Bic": "sample string 10",
"Kontonummer": "sample string 11",
"Bankleitzahl": "sample string 12",
"Institut": "sample string 13",
"Kontoinhaber": "sample string 14",
"Lastschrift": true,
"Memo": "sample string 15",
"UseEditForm": true,
"PageSize": 16,
"PageIndex": 17,
"SortField": "sample string 18",
"SortFieldDefault": "sample string 19",
"Quicksearch": "sample string 20",
"filterIsSet": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true
}
application/xml, text/xml
Sample:
<ItgPersonSelect 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">17</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">16</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 20</Quicksearch>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 18</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 19</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>
<Abwesenheit>sample string 6</Abwesenheit>
<AdressAnredeId>1</AdressAnredeId>
<AgsFrom>sample string 4</AgsFrom>
<AgsTo>sample string 5</AgsTo>
<AmtId>1</AmtId>
<AnfrageId>1</AnfrageId>
<Bankleitzahl>sample string 12</Bankleitzahl>
<Bic>sample string 10</Bic>
<BriefAnredeId>1</BriefAnredeId>
<Duplikat>1</Duplikat>
<GeburtsdatumFrom>2025-12-06T05:50:23.1820782+01:00</GeburtsdatumFrom>
<GeburtsdatumTo>2025-12-06T05:50:23.1820782+01:00</GeburtsdatumTo>
<Geburtsname>sample string 3</Geburtsname>
<Geschlecht>1</Geschlecht>
<Iban>sample string 9</Iban>
<Id>1</Id>
<Institut>sample string 13</Institut>
<Kontoinhaber>sample string 14</Kontoinhaber>
<Kontonummer>sample string 11</Kontonummer>
<LandId>1</LandId>
<Lastschrift>true</Lastschrift>
<Memo>sample string 15</Memo>
<Nachname>sample string 2</Nachname>
<NamenszusatzId>1</NamenszusatzId>
<NummerFrom>1</NummerFrom>
<NummerTo>1</NummerTo>
<PersoenlAnredeId>1</PersoenlAnredeId>
<PersonId>1</PersonId>
<SterbedatumFrom>2025-12-06T05:50:23.1820782+01:00</SterbedatumFrom>
<SterbedatumTo>2025-12-06T05:50:23.1820782+01:00</SterbedatumTo>
<TitelId>1</TitelId>
<UseEditForm>true</UseEditForm>
<Vorname>sample string 1</Vorname>
<Zusatzfeld1>sample string 7</Zusatzfeld1>
<Zusatzfeld2>sample string 8</Zusatzfeld2>
</ItgPersonSelect>
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>