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": "2f383764-84f6-46db-82ca-a785e8ba429e"
}
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>2f383764-84f6-46db-82ca-a785e8ba429e</RowGuid> </EhrEhrungsgruppe>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "a43a8b8e-413b-4c85-8347-dd17981d139e"
}
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>a43a8b8e-413b-4c85-8347-dd17981d139e</RowGuid> </EhrEhrungsgruppeDisplay>