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": "c6435353-5bbe-4b5d-a0c0-6998d44b7763"
}
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>c6435353-5bbe-4b5d-a0c0-6998d44b7763</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": "f6be5df9-be64-425f-9af2-e3efd63de30e"
}
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>f6be5df9-be64-425f-9af2-e3efd63de30e</RowGuid> </EhrEhrungsgruppeDisplay>