POST api/ehrehrungsverfahren/update
Request Information
URI Parameters
None.
Body Parameters
EhrEhrungsverfahren| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Stellungnehmer | string |
None. |
|
| Entscheider | string |
None. |
|
| Verleiher | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nummer": 2,
"Bezeichnung": "sample string 3",
"Stellungnehmer": "sample string 4",
"Entscheider": "sample string 5",
"Verleiher": "sample string 6",
"RowGuid": "3da65623-319b-41e9-951e-edb9a0cb4f93"
}
application/xml, text/xml
Sample:
<EhrEhrungsverfahren xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <Bezeichnung>sample string 3</Bezeichnung> <Entscheider>sample string 5</Entscheider> <Id>1</Id> <Nummer>2</Nummer> <RowGuid>3da65623-319b-41e9-951e-edb9a0cb4f93</RowGuid> <Stellungnehmer>sample string 4</Stellungnehmer> <Verleiher>sample string 6</Verleiher> </EhrEhrungsverfahren>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EhrEhrungsverfahrenDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Stellungnehmer | string |
None. |
|
| Entscheider | string |
None. |
|
| Verleiher | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nummer": 2,
"Bezeichnung": "sample string 3",
"Stellungnehmer": "sample string 4",
"Entscheider": "sample string 5",
"Verleiher": "sample string 6",
"RowGuid": "a50b0ded-fff4-463d-88ea-799230b60589"
}
application/xml, text/xml
Sample:
<EhrEhrungsverfahrenDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ehr.Models"> <Bezeichnung>sample string 3</Bezeichnung> <Entscheider>sample string 5</Entscheider> <Id>1</Id> <Nummer>2</Nummer> <RowGuid>a50b0ded-fff4-463d-88ea-799230b60589</RowGuid> <Stellungnehmer>sample string 4</Stellungnehmer> <Verleiher>sample string 6</Verleiher> </EhrEhrungsverfahrenDisplay>