POST api/sazwettbewerbteilnehmer/delete

Request Information

URI Parameters

None.

Body Parameters

SazWettbewerbTeilnehmer
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

WettbewerbId

integer

Required

OrganisationId

integer

None.

FamilieId

integer

None.

MaxAnzahl

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "3445958e-6e8c-4044-b7f2-e13677df8125",
  "WettbewerbId": 3,
  "OrganisationId": 1,
  "FamilieId": 1,
  "MaxAnzahl": 4
}

application/xml, text/xml

Sample:
<SazWettbewerbTeilnehmer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models">
  <FamilieId>1</FamilieId>
  <Id>1</Id>
  <MaxAnzahl>4</MaxAnzahl>
  <OrganisationId>1</OrganisationId>
  <RowGuid>3445958e-6e8c-4044-b7f2-e13677df8125</RowGuid>
  <WettbewerbId>3</WettbewerbId>
</SazWettbewerbTeilnehmer>

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>