POST api/grefunktion/insert
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": "7ef511ea-6a4e-4e8c-b023-73a9a68fe792"
}
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>7ef511ea-6a4e-4e8c-b023-73a9a68fe792</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": "121b7090-47e9-4bb8-9393-d2d9392e996a"
}
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>121b7090-47e9-4bb8-9393-d2d9392e996a</RowGuid> </GreFunktionDisplay>