POST api/gretagesordnung/delete
Request Information
URI Parameters
None.
Body Parameters
GreTagesordnung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| SitzungId | integer |
Required |
|
| Nummer | string |
None. |
|
| Bezeichnung | string |
None. |
|
| Memo | string |
None. |
|
| NummerIntern | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "d84ec1db-77b0-4a1c-8d41-0ba2345e317c",
"SitzungId": 3,
"Nummer": "sample string 4",
"Bezeichnung": "sample string 5",
"Memo": "sample string 6",
"NummerIntern": "sample string 7"
}
application/xml, text/xml
Sample:
<GreTagesordnung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Id>1</Id> <Memo>sample string 6</Memo> <Nummer>sample string 4</Nummer> <NummerIntern>sample string 7</NummerIntern> <RowGuid>d84ec1db-77b0-4a1c-8d41-0ba2345e317c</RowGuid> <SitzungId>3</SitzungId> </GreTagesordnung>
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>