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": "edc40bf1-ad5d-4f84-8161-327bf73b96d2"
}

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>edc40bf1-ad5d-4f84-8161-327bf73b96d2</RowGuid>
</GreGremientyp>

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 'GreGremientyp'.

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": "dcff6664-7c8d-47fc-b870-1fa763c7d9f9"
}

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>dcff6664-7c8d-47fc-b870-1fa763c7d9f9</RowGuid>
</GreGremientypDisplay>