POST api/bsterhebung/preparenew

Request Information

URI Parameters

None.

Body Parameters

Collection of KeyValue
NameDescriptionTypeAdditional information
Id

integer

Required

Value

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Value": "sample string 2"
  },
  {
    "Id": 1,
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
  <KeyValue>
    <Id>1</Id>
    <Value>sample string 2</Value>
  </KeyValue>
  <KeyValue>
    <Id>1</Id>
    <Value>sample string 2</Value>
  </KeyValue>
</ArrayOfKeyValue>

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 'List`1'.

Response Information

Resource Description

BstErhebung
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

Stichtag

date

Required

Bezeichnung

string

None.

Eingefroren

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "9573ae80-e627-4d41-b71b-0faddc053afd",
  "Stichtag": "2025-10-25T21:04:14.2542278+02:00",
  "Bezeichnung": "sample string 4",
  "Eingefroren": "2025-10-25T21:04:14.2542278+02:00"
}

application/xml, text/xml

Sample:
<BstErhebung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Bezeichnung>sample string 4</Bezeichnung>
  <Eingefroren>2025-10-25T21:04:14.2542278+02:00</Eingefroren>
  <Id>1</Id>
  <RowGuid>9573ae80-e627-4d41-b71b-0faddc053afd</RowGuid>
  <Stichtag>2025-10-25T21:04:14.2542278+02:00</Stichtag>
</BstErhebung>