POST api/ksvantrag2schulart/delete
Request Information
URI Parameters
None.
Body Parameters
KsvAntrag2Schulart| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| SchulartId | integer |
Required |
|
| AntragId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SchulartId": 2,
"AntragId": 3,
"RowGuid": "b6d58f5d-dd24-4b57-8be5-543b5bfabc42"
}
application/xml, text/xml
Sample:
<KsvAntrag2Schulart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models"> <AntragId>3</AntragId> <Id>1</Id> <RowGuid>b6d58f5d-dd24-4b57-8be5-543b5bfabc42</RowGuid> <SchulartId>2</SchulartId> </KsvAntrag2Schulart>
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>