POST api/fdgantragdetailssusuel/keyvalue
Request Information
URI Parameters
None.
Body Parameters
FdgAntragDetailsSusUelSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AntragId | integer |
None. |
|
| Lizenznummer | string |
None. |
|
| Lizenzart | string |
None. |
|
| Vorname | string |
None. |
|
| Nachname | string |
None. |
|
| GeburtsdatumFrom | date |
None. |
|
| GeburtsdatumTo | date |
None. |
|
| GueltigVonFrom | date |
None. |
|
| GueltigVonTo | date |
None. |
|
| GueltigBisFrom | date |
None. |
|
| GueltigBisTo | date |
None. |
|
| StundenFrom | integer |
None. |
|
| StundenTo | integer |
None. |
|
| Beschaeftigung | integer |
None. |
|
| Abrechenbar | integer |
None. |
|
| Bemerkung | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | 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,
"AntragId": 1,
"Lizenznummer": "sample string 1",
"Lizenzart": "sample string 2",
"Vorname": "sample string 3",
"Nachname": "sample string 4",
"GeburtsdatumFrom": "2025-12-06T05:50:58.6573467+01:00",
"GeburtsdatumTo": "2025-12-06T05:50:58.6573467+01:00",
"GueltigVonFrom": "2025-12-06T05:50:58.6573467+01:00",
"GueltigVonTo": "2025-12-06T05:50:58.6573467+01:00",
"GueltigBisFrom": "2025-12-06T05:50:58.6573467+01:00",
"GueltigBisTo": "2025-12-06T05:50:58.6573467+01:00",
"StundenFrom": 1,
"StundenTo": 1,
"Beschaeftigung": 1,
"Abrechenbar": 1,
"Bemerkung": "sample string 5",
"Zusatzfeld1": "sample string 6",
"Zusatzfeld2": "sample string 7",
"PageSize": 8,
"PageIndex": 9,
"SortField": "sample string 10",
"SortFieldDefault": "sample string 11",
"Quicksearch": "sample string 12",
"filterIsSet": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true
}
application/xml, text/xml
Sample:
<FdgAntragDetailsSusUelSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Fdg.Models">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">9</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">8</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 12</Quicksearch>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 10</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 11</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>
<Abrechenbar>1</Abrechenbar>
<AntragId>1</AntragId>
<Bemerkung>sample string 5</Bemerkung>
<Beschaeftigung>1</Beschaeftigung>
<GeburtsdatumFrom>2025-12-06T05:50:58.6573467+01:00</GeburtsdatumFrom>
<GeburtsdatumTo>2025-12-06T05:50:58.6573467+01:00</GeburtsdatumTo>
<GueltigBisFrom>2025-12-06T05:50:58.6573467+01:00</GueltigBisFrom>
<GueltigBisTo>2025-12-06T05:50:58.6573467+01:00</GueltigBisTo>
<GueltigVonFrom>2025-12-06T05:50:58.6573467+01:00</GueltigVonFrom>
<GueltigVonTo>2025-12-06T05:50:58.6573467+01:00</GueltigVonTo>
<Id>1</Id>
<Lizenzart>sample string 2</Lizenzart>
<Lizenznummer>sample string 1</Lizenznummer>
<Nachname>sample string 4</Nachname>
<StundenFrom>1</StundenFrom>
<StundenTo>1</StundenTo>
<Vorname>sample string 3</Vorname>
<Zusatzfeld1>sample string 6</Zusatzfeld1>
<Zusatzfeld2>sample string 7</Zusatzfeld2>
</FdgAntragDetailsSusUelSelect>
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>