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": "82b0e9ba-7f24-4e61-be20-67f96a59c01e"
}
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>82b0e9ba-7f24-4e61-be20-67f96a59c01e</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": "cdcf6be9-6154-4b34-8fd1-6aa915fb9d66"
}
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>cdcf6be9-6154-4b34-8fd1-6aa915fb9d66</RowGuid> <EhrungIdDisplay>sample string 1</EhrungIdDisplay> <GrundIdDisplay>sample string 2</GrundIdDisplay> </EhrEhrung2GrundDisplay>