POST api/lizausbildungsgang2profil/delete

Request Information

URI Parameters

None.

Body Parameters

LizAusbildungsgang2Profil
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AusbildungsgangId

integer

Required

ProfilId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "d189b08d-b486-4ee5-8488-7f692c747cec",
  "AusbildungsgangId": 3,
  "ProfilId": 4
}

application/xml, text/xml

Sample:
<LizAusbildungsgang2Profil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AusbildungsgangId>3</AusbildungsgangId>
  <Id>1</Id>
  <ProfilId>4</ProfilId>
  <RowGuid>d189b08d-b486-4ee5-8488-7f692c747cec</RowGuid>
</LizAusbildungsgang2Profil>

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>