POST api/verziel/update

Request Information

URI Parameters

None.

Body Parameters

VerZiel
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": "5d1d63b9-3fbd-4c79-aeca-601b9e657b39"
}

application/xml, text/xml

Sample:
<VerZiel 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>5d1d63b9-3fbd-4c79-aeca-601b9e657b39</RowGuid>
</VerZiel>

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

Response Information

Resource Description

VerZielDisplay
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": "2815e471-142b-435c-99ba-b6454c1d8e58"
}

application/xml, text/xml

Sample:
<VerZielDisplay 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>2815e471-142b-435c-99ba-b6454c1d8e58</RowGuid>
</VerZielDisplay>