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": "3693378e-fb96-417d-94c3-823cc9605f6a"
}
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>3693378e-fb96-417d-94c3-823cc9605f6a</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": "ebef5ac3-5895-4b1a-8fd4-754d63487890"
}
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>ebef5ac3-5895-4b1a-8fd4-754d63487890</RowGuid> </EhrEhrungsgruppeDisplay>