POST api/fdgantragdetailssbrptnp/delete
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "3023049a-3791-413a-93e3-944dc1d575ae",
"AntragDetailsSbrpTnId": 3,
"Vorname": "sample string 4",
"Nachname": "sample string 5",
"Geschlecht": 6,
"Geburtsdatum": "2026-09-18T10:45:27.9116218+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:45:27.9116218+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>3023049a-3791-413a-93e3-944dc1d575ae</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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>