POST api/sazwettbewerbart/delete
Request Information
URI Parameters
None.
Body Parameters
SazWettbewerbArt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Bezeichnung | string |
None. |
|
| Regel | integer |
Required |
|
| OrgTypNummern | string |
None. |
|
| Sichtbar | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "e919ca54-a585-4474-9e9a-e89bda994a50",
"Bezeichnung": "sample string 3",
"Regel": 4,
"OrgTypNummern": "sample string 5",
"Sichtbar": true
}
application/xml, text/xml
Sample:
<SazWettbewerbArt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <Bezeichnung>sample string 3</Bezeichnung> <Id>1</Id> <OrgTypNummern>sample string 5</OrgTypNummern> <Regel>4</Regel> <RowGuid>e919ca54-a585-4474-9e9a-e89bda994a50</RowGuid> <Sichtbar>true</Sichtbar> </SazWettbewerbArt>
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>