POST api/itganfrage2sazbeleglauf/delete

Request Information

URI Parameters

None.

Body Parameters

ItgAnfrage2SazBeleglauf
NameDescriptionTypeAdditional 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": "a90474bd-5f07-4e93-8b0e-18c0274e7c20",
  "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>a90474bd-5f07-4e93-8b0e-18c0274e7c20</RowGuid>
  <SazBeleglaufId>4</SazBeleglaufId>
</ItgAnfrage2SazBeleglauf>

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

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>