POST api/abopflichtbezug/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:

Sample not available.

Response Information

Resource Description

AboPflichtbezug
NameDescriptionTypeAdditional information
Id

integer

Required

ErhebungId

integer

Required

ErhebungIdChoose

integer

Required

MitgliederVon

integer

Required

MitgliederBis

integer

Required

AbteilungenVon

integer

Required

AbteilungenBis

integer

Required

AnzahlSoll

integer

Required

RowGuid

globally unique identifier

Required

Zahlen

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ErhebungId": 2,
  "ErhebungIdChoose": 3,
  "MitgliederVon": 4,
  "MitgliederBis": 5,
  "AbteilungenVon": 6,
  "AbteilungenBis": 7,
  "AnzahlSoll": 8,
  "RowGuid": "c8b0848f-dfdd-4724-90bc-0eb3cd78a474",
  "Zahlen": 1
}

application/xml, text/xml

Sample:
<AboPflichtbezug xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models">
  <AbteilungenBis>7</AbteilungenBis>
  <AbteilungenVon>6</AbteilungenVon>
  <AnzahlSoll>8</AnzahlSoll>
  <ErhebungId>2</ErhebungId>
  <ErhebungIdChoose>3</ErhebungIdChoose>
  <Id>1</Id>
  <MitgliederBis>5</MitgliederBis>
  <MitgliederVon>4</MitgliederVon>
  <RowGuid>c8b0848f-dfdd-4724-90bc-0eb3cd78a474</RowGuid>
  <Zahlen>1</Zahlen>
</AboPflichtbezug>