POST api/grefunktion/insert

Request Information

URI Parameters

None.

Body Parameters

GreFunktion
NameDescriptionTypeAdditional 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": "974c7afd-dec9-41f2-bf17-b59ae4777bd4"
}

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>974c7afd-dec9-41f2-bf17-b59ae4777bd4</RowGuid>
</GreFunktion>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GreFunktionDisplay
NameDescriptionTypeAdditional 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": "4b410d69-e647-466e-a06e-5c2147cdfdb5"
}

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>4b410d69-e647-466e-a06e-5c2147cdfdb5</RowGuid>
</GreFunktionDisplay>