POST api/grefunktion/update
Request Information
URI Parameters
None.
Body Parameters
GreFunktion| 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": "1b4398cf-c1b0-4929-bcd6-85473579307c"
}
application/xml, text/xml
Sample:
<GreFunktion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>1b4398cf-c1b0-4929-bcd6-85473579307c</RowGuid> </GreFunktion>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GreFunktionDisplay| 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": "f9ddd153-c134-4be2-bd70-18af326d8ef1"
}
application/xml, text/xml
Sample:
<GreFunktionDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>f9ddd153-c134-4be2-bd70-18af326d8ef1</RowGuid> </GreFunktionDisplay>