POST api/ehrgeschenk/insert
Request Information
URI Parameters
None.
Body Parameters
EhrGeschenk| Name | Description | Type | Additional 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": "8afd2f6d-366e-4f72-a3c0-215a4d8a5d48"
}
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>8afd2f6d-366e-4f72-a3c0-215a4d8a5d48</RowGuid> <Wert>3</Wert> </EhrGeschenk>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EhrGeschenkDisplay| Name | Description | Type | Additional 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": "9f31b771-6272-4207-8e59-71b5d4a9ad81"
}
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>9f31b771-6272-4207-8e59-71b5d4a9ad81</RowGuid> <Wert>3</Wert> </EhrGeschenkDisplay>