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": "61de0361-5857-4ce8-ae3d-ae7c61ec0244"
}

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>61de0361-5857-4ce8-ae3d-ae7c61ec0244</RowGuid>
</GreFunktion>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GreFunktion'.

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": "44174a67-a572-4f00-85ff-5254c154a617"
}

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>44174a67-a572-4f00-85ff-5254c154a617</RowGuid>
</GreFunktionDisplay>