POST api/fdgantragdetailssbrptnp/preparenew
Request Information
URI Parameters
None.
Body Parameters
Collection of KeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Value | string |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FdgAntragDetailsSbrpTnP| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AntragDetailsSbrpTnId | integer |
Required |
|
| Vorname | string |
None. |
|
| Nachname | string |
None. |
|
| Geschlecht | integer |
Required |
|
| Geburtsdatum | date |
Required |
|
| Postleitzahl | string |
None. |
|
| Ort | string |
None. |
|
| Land | integer |
Required |
|
| TeilgenommenAls | integer |
Required |
|
| Teilnehmermerkmal | Collection of integer |
None. |
|
| AnzTage | integer |
Required |
|
| Bemerkung | string |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "16174dd6-560c-463e-80b1-835048268ff9",
"AntragDetailsSbrpTnId": 3,
"Vorname": "sample string 4",
"Nachname": "sample string 5",
"Geschlecht": 6,
"Geburtsdatum": "2026-09-18T10:31:21.5955582+02:00",
"Postleitzahl": "sample string 8",
"Ort": "sample string 9",
"Land": 10,
"TeilgenommenAls": 11,
"Teilnehmermerkmal": [
1,
2
],
"AnzTage": 12,
"Bemerkung": "sample string 13",
"Zusatzfeld1": "sample string 14",
"Zusatzfeld2": "sample string 15"
}
application/xml, text/xml
Sample:
<FdgAntragDetailsSbrpTnP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Fdg.Models">
<AntragDetailsSbrpTnId>3</AntragDetailsSbrpTnId>
<AnzTage>12</AnzTage>
<Bemerkung>sample string 13</Bemerkung>
<Geburtsdatum>2026-09-18T10:31:21.5955582+02:00</Geburtsdatum>
<Geschlecht>6</Geschlecht>
<Id>1</Id>
<Land>10</Land>
<Nachname>sample string 5</Nachname>
<Ort>sample string 9</Ort>
<Postleitzahl>sample string 8</Postleitzahl>
<RowGuid>16174dd6-560c-463e-80b1-835048268ff9</RowGuid>
<TeilgenommenAls>11</TeilgenommenAls>
<Teilnehmermerkmal xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Teilnehmermerkmal>
<Vorname>sample string 4</Vorname>
<Zusatzfeld1>sample string 14</Zusatzfeld1>
<Zusatzfeld2>sample string 15</Zusatzfeld2>
</FdgAntragDetailsSbrpTnP>