POST api/sazbeleglauf/submitbulk

Request Information

URI Parameters

None.

Body Parameters

SazBeleglaufSubmitReq
NameDescriptionTypeAdditional information
Beleglauftyp

integer

Required

ErstellungFrom

date

Required

ErstellungTo

date

Required

BereitsUebertragen

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Beleglauftyp": 1,
  "ErstellungFrom": "2025-10-25T20:56:07.1416893+02:00",
  "ErstellungTo": "2025-10-25T20:56:07.1416893+02:00",
  "BereitsUebertragen": 4
}

application/xml, text/xml

Sample:
<SazBeleglaufSubmitReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models">
  <Beleglauftyp>1</Beleglauftyp>
  <BereitsUebertragen>4</BereitsUebertragen>
  <ErstellungFrom>2025-10-25T20:56:07.1416893+02:00</ErstellungFrom>
  <ErstellungTo>2025-10-25T20:56:07.1416893+02:00</ErstellungTo>
</SazBeleglaufSubmitReq>

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>