POST api/ehrehrungsverfahren/delete

Request Information

URI Parameters

None.

Body Parameters

EhrEhrungsverfahren
NameDescriptionTypeAdditional information
Id

integer

Required

Nummer

integer

Required

Bezeichnung

string

None.

Stellungnehmer

string

None.

Entscheider

string

None.

Verleiher

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nummer": 2,
  "Bezeichnung": "sample string 3",
  "Stellungnehmer": "sample string 4",
  "Entscheider": "sample string 5",
  "Verleiher": "sample string 6",
  "RowGuid": "b34f8d3b-ddf4-4add-8aae-5d7606d42d1d"
}

application/xml, text/xml

Sample:
<EhrEhrungsverfahren xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Entscheider>sample string 5</Entscheider>
  <Id>1</Id>
  <Nummer>2</Nummer>
  <RowGuid>b34f8d3b-ddf4-4add-8aae-5d7606d42d1d</RowGuid>
  <Stellungnehmer>sample string 4</Stellungnehmer>
  <Verleiher>sample string 6</Verleiher>
</EhrEhrungsverfahren>

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

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>