POST api/itganfrage2dmsdokument/delete

Request Information

URI Parameters

None.

Body Parameters

ItgAnfrage2DmsDokument
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

DmsDokumentId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "c2bfacc9-3b0c-4773-bd24-dc3e909aaa9e",
  "AnfrageId": 3,
  "DmsDokumentId": 4
}

application/xml, text/xml

Sample:
<ItgAnfrage2DmsDokument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <AnfrageId>3</AnfrageId>
  <DmsDokumentId>4</DmsDokumentId>
  <Id>1</Id>
  <RowGuid>c2bfacc9-3b0c-4773-bd24-dc3e909aaa9e</RowGuid>
</ItgAnfrage2DmsDokument>

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 'ItgAnfrage2DmsDokument'.

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>