POST api/itgantraglizenz/delete

Request Information

URI Parameters

None.

Body Parameters

ItgAntragLizenz
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AnfrageId

integer

Required

LizAntragId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "45cf7665-ff24-48ea-aba0-994e5b4c0384",
  "AnfrageId": 3,
  "LizAntragId": 4
}

application/xml, text/xml

Sample:
<ItgAntragLizenz 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>
  <LizAntragId>4</LizAntragId>
  <RowGuid>45cf7665-ff24-48ea-aba0-994e5b4c0384</RowGuid>
</ItgAntragLizenz>

application/x-www-form-urlencoded

Sample:

Sample not available.

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>