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": "f50c0999-a00d-4c5e-af35-b9229a22c7d7"
}
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>f50c0999-a00d-4c5e-af35-b9229a22c7d7</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": "f8932ebf-00df-452b-9535-c7cbb7407735"
}
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>f8932ebf-00df-452b-9535-c7cbb7407735</RowGuid> </GreFunktionDisplay>