POST api/ehrehrungsgruppe/insert

Request Information

URI Parameters

None.

Body Parameters

EhrEhrungsgruppe
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "b2303086-7817-4547-862d-53b64c1f6fe3"
}

application/xml, text/xml

Sample:
<EhrEhrungsgruppe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>b2303086-7817-4547-862d-53b64c1f6fe3</RowGuid>
</EhrEhrungsgruppe>

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

Response Information

Resource Description

EhrEhrungsgruppeDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "15281b20-d112-4062-bbf4-dec1bbf6ab19"
}

application/xml, text/xml

Sample:
<EhrEhrungsgruppeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>15281b20-d112-4062-bbf4-dec1bbf6ab19</RowGuid>
</EhrEhrungsgruppeDisplay>