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": "bc640d32-cfbe-433f-8126-eafc651c805e"
}
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>bc640d32-cfbe-433f-8126-eafc651c805e</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": "6d600495-2e33-4938-9f05-cee89129b6d6"
}
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>6d600495-2e33-4938-9f05-cee89129b6d6</RowGuid> </GreFunktionDisplay>