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": "621a4f2d-f995-46ee-9d15-fa5d9b7aedd3"
}

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>621a4f2d-f995-46ee-9d15-fa5d9b7aedd3</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": "d55c9345-2149-4365-a0c9-42eee509431d"
}

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>d55c9345-2149-4365-a0c9-42eee509431d</RowGuid>
</EhrEhrungsgruppeDisplay>