POST api/ehrgeschenk/update

Request Information

URI Parameters

None.

Body Parameters

EhrGeschenk
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

Wert

decimal number

Required

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "Wert": 3.0,
  "RowGuid": "0bf57739-9158-4536-b035-91ff54fb18d4"
}

application/xml, text/xml

Sample:
<EhrGeschenk 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>0bf57739-9158-4536-b035-91ff54fb18d4</RowGuid>
  <Wert>3</Wert>
</EhrGeschenk>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EhrGeschenkDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

Wert

decimal number

Required

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "Wert": 3.0,
  "RowGuid": "683e42c2-a63f-4347-9277-b613bd62c52e"
}

application/xml, text/xml

Sample:
<EhrGeschenkDisplay 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>683e42c2-a63f-4347-9277-b613bd62c52e</RowGuid>
  <Wert>3</Wert>
</EhrGeschenkDisplay>