POST api/aboanlass/update

Request Information

URI Parameters

None.

Body Parameters

AboAnlass
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": "21d5715c-e659-41d2-8b04-1077b2915327"
}

application/xml, text/xml

Sample:
<AboAnlass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>21d5715c-e659-41d2-8b04-1077b2915327</RowGuid>
</AboAnlass>

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

Response Information

Resource Description

AboAnlassDisplay
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": "a5cceda4-872a-426e-ad4d-d2fa4c507868"
}

application/xml, text/xml

Sample:
<AboAnlassDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>a5cceda4-872a-426e-ad4d-d2fa4c507868</RowGuid>
</AboAnlassDisplay>