POST api/ehrehrung2grund/delete
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": "38d9887a-a755-434c-ae09-0fab4b3b4efc"
}
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>38d9887a-a755-434c-ae09-0fab4b3b4efc</RowGuid> </EhrEhrung2Grund>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>