POST api/verinhalt/update

Request Information

URI Parameters

None.

Body Parameters

VerInhalt
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": "e1bc2b3c-ce08-4cf4-a999-acb386e0bbae"
}

application/xml, text/xml

Sample:
<VerInhalt 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>e1bc2b3c-ce08-4cf4-a999-acb386e0bbae</RowGuid>
</VerInhalt>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerInhaltDisplay
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": "9952a3cd-954b-4f0f-b8f3-eca267e6305d"
}

application/xml, text/xml

Sample:
<VerInhaltDisplay 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>9952a3cd-954b-4f0f-b8f3-eca267e6305d</RowGuid>
</VerInhaltDisplay>