POST api/gregremientyp/update

Request Information

URI Parameters

None.

Body Parameters

GreGremientyp
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": "fc46c131-ca79-4b76-88de-88e90e029bea"
}

application/xml, text/xml

Sample:
<GreGremientyp 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>fc46c131-ca79-4b76-88de-88e90e029bea</RowGuid>
</GreGremientyp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GreGremientypDisplay
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": "d04691b0-b04e-4c0c-b6d9-1bcf9c6e1859"
}

application/xml, text/xml

Sample:
<GreGremientypDisplay 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>d04691b0-b04e-4c0c-b6d9-1bcf9c6e1859</RowGuid>
</GreGremientypDisplay>