POST api/ehrehrung2grund/insert
Request Information
URI Parameters
None.
Body Parameters
EhrEhrung2Grund| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| EhrungId | integer |
Required |
|
| GrundId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EhrungId": 2,
"GrundId": 3,
"RowGuid": "b07bcb71-59ce-47e5-a67d-8d78d7786a2e"
}
application/xml, text/xml
Sample:
<EhrEhrung2Grund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <EhrungId>2</EhrungId> <GrundId>3</GrundId> <Id>1</Id> <RowGuid>b07bcb71-59ce-47e5-a67d-8d78d7786a2e</RowGuid> </EhrEhrung2Grund>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EhrEhrung2GrundDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| EhrungIdDisplay | string |
None. |
|
| GrundIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| EhrungId | integer |
Required |
|
| GrundId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"EhrungIdDisplay": "sample string 1",
"GrundIdDisplay": "sample string 2",
"Id": 3,
"EhrungId": 4,
"GrundId": 5,
"RowGuid": "5e53a15d-6f6c-423d-ac3c-bcd51517d3cc"
}
application/xml, text/xml
Sample:
<EhrEhrung2GrundDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <EhrungId>4</EhrungId> <GrundId>5</GrundId> <Id>3</Id> <RowGuid>5e53a15d-6f6c-423d-ac3c-bcd51517d3cc</RowGuid> <EhrungIdDisplay>sample string 1</EhrungIdDisplay> <GrundIdDisplay>sample string 2</GrundIdDisplay> </EhrEhrung2GrundDisplay>