POST api/AE/Uebernehmen

POST api/AE/Uebernehmen

Provide a list (header and detail data) from a mobile device sent to KOST for INV,PERS,etc.

Request Information

URI Parameters

None.

Body Parameters

PPCErf with a list of PPCErfDetail

PPCErf
NameDescriptionTypeAdditional information
Datum

Date of the list

date

None.

NamePPC

Name of the list

string

None.

KsCode

Kostcenter Code; if workenig with chargen: PPS_ID (|-seperated list)

string

None.

KsCode2

Kostcenter Code2

string

None.

Bemerkung

Additional comments to the list

string

None.

Art

Type of list (INV, PERS, etc.)

string

None.

Positionen

Detail data to this PPC AE list

Collection of PPCErfDetail

None.

Request Formats

application/json, text/json

Sample:
{
  "Datum": "2026-04-14T03:17:53.2971155+00:00",
  "NamePPC": "sample string 2",
  "KsCode": "sample string 3",
  "KsCode2": "sample string 4",
  "Bemerkung": "sample string 5",
  "Art": "sample string 6",
  "Positionen": [
    {
      "IDCode": "sample string 1",
      "Barcode": "sample string 2",
      "Art": "sample string 3",
      "MengeEKEH": 4.1,
      "MengeREZEH": 5.1,
      "ECNr": 6,
      "PaNr": 7
    },
    {
      "IDCode": "sample string 1",
      "Barcode": "sample string 2",
      "Art": "sample string 3",
      "MengeEKEH": 4.1,
      "MengeREZEH": 5.1,
      "ECNr": 6,
      "PaNr": 7
    }
  ]
}

application/xml, text/xml

Sample:
<PPCErf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC">
  <Art>sample string 6</Art>
  <Bemerkung>sample string 5</Bemerkung>
  <Datum>2026-04-14T03:17:53.2971155+00:00</Datum>
  <KsCode>sample string 3</KsCode>
  <KsCode2>sample string 4</KsCode2>
  <NamePPC>sample string 2</NamePPC>
  <Positionen>
    <PPCErfDetail>
      <Art>sample string 3</Art>
      <Barcode>sample string 2</Barcode>
      <ECNr>6</ECNr>
      <IDCode>sample string 1</IDCode>
      <MengeEKEH>4.1</MengeEKEH>
      <MengeREZEH>5.1</MengeREZEH>
      <PaNr>7</PaNr>
    </PPCErfDetail>
    <PPCErfDetail>
      <Art>sample string 3</Art>
      <Barcode>sample string 2</Barcode>
      <ECNr>6</ECNr>
      <IDCode>sample string 1</IDCode>
      <MengeEKEH>4.1</MengeEKEH>
      <MengeREZEH>5.1</MengeREZEH>
      <PaNr>7</PaNr>
    </PPCErfDetail>
  </Positionen>
</PPCErf>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

http response

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.