POST api/lizantrag2grund/delete

Request Information

URI Parameters

None.

Body Parameters

LizAntrag2Grund
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AntragId

integer

Required

GrundId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "eaad27a4-220e-44ea-a4c2-5f3f38534db3",
  "AntragId": 3,
  "GrundId": 4
}

application/xml, text/xml

Sample:
<LizAntrag2Grund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AntragId>3</AntragId>
  <GrundId>4</GrundId>
  <Id>1</Id>
  <RowGuid>eaad27a4-220e-44ea-a4c2-5f3f38534db3</RowGuid>
</LizAntrag2Grund>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LizAntrag2Grund'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>