POST api/ehrehrungsgruppe/update

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": "1159d1a3-cb1a-4ab9-a8aa-9e0c61ce9d93"
}

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>1159d1a3-cb1a-4ab9-a8aa-9e0c61ce9d93</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": "dc69e69c-dcf6-48db-b421-46eed200ae77"
}

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>dc69e69c-dcf6-48db-b421-46eed200ae77</RowGuid>
</EhrEhrungsgruppeDisplay>