POST api/aboempfaenger/insert

Request Information

URI Parameters

None.

Body Parameters

AboEmpfaenger
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AbonnementId

integer

Required

OrganisationId

integer

None.

PersonId

integer

None.

AdresseId

integer

Required

Beginn

date

Required

Ende

date

None.

EingangBeginn

date

Required

EingangEnde

date

None.

AnlassId

integer

None.

Memo

string

None.

BestehenderEmpfaenger

boolean

Required

BestehendeEmpfaengerId

integer

Required

AnzahlExemplare

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "98a3f181-c226-4787-8fd9-b89ad85bab04",
  "AbonnementId": 3,
  "OrganisationId": 1,
  "PersonId": 1,
  "AdresseId": 4,
  "Beginn": "2025-10-25T20:52:45.0868112+02:00",
  "Ende": "2025-10-25T20:52:45.0868112+02:00",
  "EingangBeginn": "2025-10-25T20:52:45.0868112+02:00",
  "EingangEnde": "2025-10-25T20:52:45.0868112+02:00",
  "AnlassId": 1,
  "Memo": "sample string 7",
  "BestehenderEmpfaenger": true,
  "BestehendeEmpfaengerId": 9,
  "AnzahlExemplare": 1
}

application/xml, text/xml

Sample:
<AboEmpfaenger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <AbonnementId>3</AbonnementId>
  <AdresseId>4</AdresseId>
  <AnlassId>1</AnlassId>
  <AnzahlExemplare>1</AnzahlExemplare>
  <Beginn>2025-10-25T20:52:45.0868112+02:00</Beginn>
  <BestehendeEmpfaengerId>9</BestehendeEmpfaengerId>
  <BestehenderEmpfaenger>true</BestehenderEmpfaenger>
  <EingangBeginn>2025-10-25T20:52:45.0868112+02:00</EingangBeginn>
  <EingangEnde>2025-10-25T20:52:45.0868112+02:00</EingangEnde>
  <Ende>2025-10-25T20:52:45.0868112+02:00</Ende>
  <Id>1</Id>
  <Memo>sample string 7</Memo>
  <OrganisationId>1</OrganisationId>
  <PersonId>1</PersonId>
  <RowGuid>98a3f181-c226-4787-8fd9-b89ad85bab04</RowGuid>
</AboEmpfaenger>

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

Response Information

Resource Description

AboEmpfaengerDisplay
NameDescriptionTypeAdditional information
AbonnementIdDisplay

string

None.

AnlassIdDisplay

string

None.

OrganisationIdDisplay

string

None.

PersonIdDisplay

string

None.

AdresseIdDisplay

string

None.

IdDisplay

string

None.

VertragstypDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

AbonnementId

integer

Required

OrganisationId

integer

None.

PersonId

integer

None.

AdresseId

integer

Required

Beginn

date

Required

Ende

date

None.

EingangBeginn

date

Required

EingangEnde

date

None.

AnlassId

integer

None.

Memo

string

None.

BestehenderEmpfaenger

boolean

Required

BestehendeEmpfaengerId

integer

Required

AnzahlExemplare

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AbonnementIdDisplay": "sample string 1",
  "AnlassIdDisplay": "sample string 2",
  "OrganisationIdDisplay": "sample string 3",
  "PersonIdDisplay": "sample string 4",
  "AdresseIdDisplay": "sample string 5",
  "IdDisplay": "sample string 6",
  "VertragstypDisplay": "sample string 7",
  "Id": 8,
  "RowGuid": "30137b50-a9a5-452b-945c-d6a43338c72d",
  "AbonnementId": 10,
  "OrganisationId": 1,
  "PersonId": 1,
  "AdresseId": 11,
  "Beginn": "2025-10-25T20:52:45.0878107+02:00",
  "Ende": "2025-10-25T20:52:45.0878107+02:00",
  "EingangBeginn": "2025-10-25T20:52:45.0878107+02:00",
  "EingangEnde": "2025-10-25T20:52:45.0878107+02:00",
  "AnlassId": 1,
  "Memo": "sample string 14",
  "BestehenderEmpfaenger": true,
  "BestehendeEmpfaengerId": 16,
  "AnzahlExemplare": 1
}

application/xml, text/xml

Sample:
<AboEmpfaengerDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <AbonnementId>10</AbonnementId>
  <AdresseId>11</AdresseId>
  <AnlassId>1</AnlassId>
  <AnzahlExemplare>1</AnzahlExemplare>
  <Beginn>2025-10-25T20:52:45.0878107+02:00</Beginn>
  <BestehendeEmpfaengerId>16</BestehendeEmpfaengerId>
  <BestehenderEmpfaenger>true</BestehenderEmpfaenger>
  <EingangBeginn>2025-10-25T20:52:45.0878107+02:00</EingangBeginn>
  <EingangEnde>2025-10-25T20:52:45.0878107+02:00</EingangEnde>
  <Ende>2025-10-25T20:52:45.0878107+02:00</Ende>
  <Id>8</Id>
  <Memo>sample string 14</Memo>
  <OrganisationId>1</OrganisationId>
  <PersonId>1</PersonId>
  <RowGuid>30137b50-a9a5-452b-945c-d6a43338c72d</RowGuid>
  <AbonnementIdDisplay>sample string 1</AbonnementIdDisplay>
  <AdresseIdDisplay>sample string 5</AdresseIdDisplay>
  <AnlassIdDisplay>sample string 2</AnlassIdDisplay>
  <IdDisplay>sample string 6</IdDisplay>
  <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
  <PersonIdDisplay>sample string 4</PersonIdDisplay>
  <VertragstypDisplay>sample string 7</VertragstypDisplay>
</AboEmpfaengerDisplay>