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": "96e7459e-c9fb-40dc-be2a-1d6f3daca0a8"
}

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>96e7459e-c9fb-40dc-be2a-1d6f3daca0a8</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": "94370153-5d8f-41eb-bbd9-fb0ec6e00933"
}

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>94370153-5d8f-41eb-bbd9-fb0ec6e00933</RowGuid>
</GreFunktionDisplay>