POST api/itganfrage/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

ItgAnfrage
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

ZugangId

integer

None.

AnfragetypId

integer

Required

Beginn

date

None.

Uebertragung

date

None.

Status

integer

Required

Verfahren

integer

Required

Ansprechpartner

string

None.

Telefon

string

None.

Email

string

None.

Bemerkung

string

None.

Transaktion

string

None.

Anfragebezug

string

None.

Benachrichtigt

date

None.

Genehmigung

boolean

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "35d086e7-7f5c-4a56-a13d-2f689f40d6bd",
  "ZugangId": 1,
  "AnfragetypId": 3,
  "Beginn": "2025-10-25T20:57:29.7014106+02:00",
  "Uebertragung": "2025-10-25T20:57:29.7014106+02:00",
  "Status": 4,
  "Verfahren": 5,
  "Ansprechpartner": "sample string 6",
  "Telefon": "sample string 7",
  "Email": "sample string 8",
  "Bemerkung": "sample string 9",
  "Transaktion": "sample string 10",
  "Anfragebezug": "sample string 11",
  "Benachrichtigt": "2025-10-25T20:57:29.7014106+02:00",
  "Genehmigung": true
}

application/xml, text/xml

Sample:
<ItgAnfrage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Anfragebezug>sample string 11</Anfragebezug>
  <AnfragetypId>3</AnfragetypId>
  <Ansprechpartner>sample string 6</Ansprechpartner>
  <Beginn>2025-10-25T20:57:29.7014106+02:00</Beginn>
  <Bemerkung>sample string 9</Bemerkung>
  <Benachrichtigt>2025-10-25T20:57:29.7014106+02:00</Benachrichtigt>
  <Email>sample string 8</Email>
  <Genehmigung>true</Genehmigung>
  <Id>1</Id>
  <RowGuid>35d086e7-7f5c-4a56-a13d-2f689f40d6bd</RowGuid>
  <Status>4</Status>
  <Telefon>sample string 7</Telefon>
  <Transaktion>sample string 10</Transaktion>
  <Uebertragung>2025-10-25T20:57:29.7014106+02:00</Uebertragung>
  <Verfahren>5</Verfahren>
  <ZugangId>1</ZugangId>
</ItgAnfrage>