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": "b6f9d9b3-8b70-4bcc-b256-668ccb20ab62"
}

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>b6f9d9b3-8b70-4bcc-b256-668ccb20ab62</RowGuid>
</EhrEhrungsgruppe>

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "de7c402d-7624-480a-a3b3-3af10c49e611"
}

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>de7c402d-7624-480a-a3b3-3af10c49e611</RowGuid>
</EhrEhrungsgruppeDisplay>