POST api/bstsportkreiszahlen/delete

Request Information

URI Parameters

None.

Body Parameters

BstSportkreiszahlen
NameDescriptionTypeAdditional information
Id

integer

Required

ErhebungId

integer

Required

OrganisationId

integer

Required

Anzahlvereine

integer

Required

Anzahlmitglieder

integer

Required

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ErhebungId": 2,
  "OrganisationId": 3,
  "Anzahlvereine": 4,
  "Anzahlmitglieder": 5,
  "RowGuid": "ec7bcc8f-6024-4091-8e08-a3b498cdad67"
}

application/xml, text/xml

Sample:
<BstSportkreiszahlen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Anzahlmitglieder>5</Anzahlmitglieder>
  <Anzahlvereine>4</Anzahlvereine>
  <ErhebungId>2</ErhebungId>
  <Id>1</Id>
  <OrganisationId>3</OrganisationId>
  <RowGuid>ec7bcc8f-6024-4091-8e08-a3b498cdad67</RowGuid>
</BstSportkreiszahlen>

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

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>