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": "46adc3cd-0971-4da3-bfd2-579fd454fca8"
}
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>46adc3cd-0971-4da3-bfd2-579fd454fca8</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": "c6087134-4c96-40e7-98b5-010417fa3853"
}
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>c6087134-4c96-40e7-98b5-010417fa3853</RowGuid> </GreFunktionDisplay>