POST api/ehrehrungsgruppe/update
Request Information
URI Parameters
None.
Body Parameters
EhrEhrungsgruppe| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "a1537a3d-2a10-4e46-b9f9-664c550294a8"
}
application/xml, text/xml
Sample:
<EhrEhrungsgruppe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>a1537a3d-2a10-4e46-b9f9-664c550294a8</RowGuid> </EhrEhrungsgruppe>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
EhrEhrungsgruppeDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "f416a012-3189-4bd2-b5e7-40311db0da8b"
}
application/xml, text/xml
Sample:
<EhrEhrungsgruppeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>f416a012-3189-4bd2-b5e7-40311db0da8b</RowGuid> </EhrEhrungsgruppeDisplay>