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": "2461183c-78fb-4228-bdc1-6b7f3faaa0aa",
"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>2461183c-78fb-4228-bdc1-6b7f3faaa0aa</RowGuid> <Sichtbar>true</Sichtbar> </SazWettbewerbArt>
application/x-www-form-urlencoded
Sample:
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>