POST api/itganfrage2sazbeleglauf/delete
Request Information
URI Parameters
None.
Body Parameters
ItgAnfrage2SazBeleglauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| SazBeleglaufId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "325520fc-35bc-4c35-906f-58d0a7eb18e5",
"AnfrageId": 3,
"SazBeleglaufId": 4
}
application/xml, text/xml
Sample:
<ItgAnfrage2SazBeleglauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <Id>1</Id> <RowGuid>325520fc-35bc-4c35-906f-58d0a7eb18e5</RowGuid> <SazBeleglaufId>4</SazBeleglaufId> </ItgAnfrage2SazBeleglauf>
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>