POST api/ehrehrungsgruppe/insert
Request Information
URI Parameters
None.
Body Parameters
EhrEhrungsgruppe| Name | Description | Type | Additional 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": "5df7a422-ef03-4667-a256-a9a4e52f4471"
}
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>5df7a422-ef03-4667-a256-a9a4e52f4471</RowGuid> </EhrEhrungsgruppe>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EhrEhrungsgruppeDisplay| Name | Description | Type | Additional 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": "fd02c32f-6ed9-43d9-a1a8-0d93a73d35c3"
}
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>fd02c32f-6ed9-43d9-a1a8-0d93a73d35c3</RowGuid> </EhrEhrungsgruppeDisplay>