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": "6ac13ed5-97b2-4f76-81c5-3aac742e6570"
}
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>6ac13ed5-97b2-4f76-81c5-3aac742e6570</RowGuid> </EhrEhrung2Grund>
application/x-www-form-urlencoded
Sample:
Sample not available.
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>