POST api/ehrehrung2grund/update
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": "50a8e524-5a1a-4541-b6c3-4ba83d557991"
}
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>50a8e524-5a1a-4541-b6c3-4ba83d557991</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": "3471dad6-847f-40c3-a169-d33b5bd07d2f"
}
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>3471dad6-847f-40c3-a169-d33b5bd07d2f</RowGuid> <EhrungIdDisplay>sample string 1</EhrungIdDisplay> <GrundIdDisplay>sample string 2</GrundIdDisplay> </EhrEhrung2GrundDisplay>