POST api/verressource/update

Request Information

URI Parameters

None.

Body Parameters

VerRessource
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": "92cef385-fd0a-4ae5-af15-b3a824918c6c"
}

application/xml, text/xml

Sample:
<VerRessource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>92cef385-fd0a-4ae5-af15-b3a824918c6c</RowGuid>
</VerRessource>

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

Response Information

Resource Description

VerRessourceDisplay
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": "2fcfdef8-fa29-44be-8134-9b6d139ed832"
}

application/xml, text/xml

Sample:
<VerRessourceDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>2fcfdef8-fa29-44be-8134-9b6d139ed832</RowGuid>
</VerRessourceDisplay>