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": "df2842a3-7216-4c82-80ef-16e9cf1ae9e4"
}

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>df2842a3-7216-4c82-80ef-16e9cf1ae9e4</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": "c11c2192-fef6-4b93-b59e-1162099c3645"
}

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>c11c2192-fef6-4b93-b59e-1162099c3645</RowGuid>
</EhrEhrungsgruppeDisplay>