POST api/grefunktion/update

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": "7ff9cc3c-c47d-461d-92ce-33afd46fc6f4"
}

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>7ff9cc3c-c47d-461d-92ce-33afd46fc6f4</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": "9328d3d8-6f52-4f9f-b9c1-8d0c95bd8534"
}

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>9328d3d8-6f52-4f9f-b9c1-8d0c95bd8534</RowGuid>
</GreFunktionDisplay>