POST api/gvberhebung/update

Request Information

URI Parameters

None.

Body Parameters

GvbErhebung
NameDescriptionTypeAdditional information
Id

integer

Required

Stichtag

date

Required

Bezeichnung

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Stichtag": "2025-12-06T05:54:23.9684108+01:00",
  "Bezeichnung": "sample string 3"
}

application/xml, text/xml

Sample:
<GvbErhebung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gvb.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Id>1</Id>
  <Stichtag>2025-12-06T05:54:23.9684108+01:00</Stichtag>
</GvbErhebung>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GvbErhebungDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Stichtag

date

Required

Bezeichnung

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Stichtag": "2025-12-06T05:54:23.9704075+01:00",
  "Bezeichnung": "sample string 3"
}

application/xml, text/xml

Sample:
<GvbErhebungDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gvb.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Id>1</Id>
  <Stichtag>2025-12-06T05:54:23.9704075+01:00</Stichtag>
</GvbErhebungDisplay>