POST api/venta/ZSDMFVENTASENK

Request Information

URI Parameters

None.

Body Parameters

IS_HEADER
NameDescriptionTypeAdditional information
ZCANC

string

String length: inclusive between 0 and 1

ZVENK

string

Required

String length: inclusive between 0 and 20

VKBUR

string

Required

String length: inclusive between 0 and 4

KUNNR_AG

string

Required

String length: inclusive between 0 and 10

KUNNR_RE

string

String length: inclusive between 0 and 10

KUNNR_RG

string

String length: inclusive between 0 and 10

KUNNR_WE

string

String length: inclusive between 0 and 10

STREET

string

String length: inclusive between 0 and 60

HOUSE_NUM1

string

String length: inclusive between 0 and 10

CITY2

string

String length: inclusive between 0 and 40

POST_CODE1

string

String length: inclusive between 0 and 10

CITY1

string

String length: inclusive between 0 and 40

COUNTRY

string

String length: inclusive between 0 and 3

REGION

string

String length: inclusive between 0 and 3

VDATU

date

Required

PS_POSID

string

String length: inclusive between 0 and 24

IT_DETAILS

Collection of IT_DETAIL

None.

Request Formats

application/json, text/json

Sample:
{
  "ZCANC": "sample string 1",
  "ZVENK": "sample string 2",
  "VKBUR": "sample string 3",
  "KUNNR_AG": "sample string 4",
  "KUNNR_RE": "sample string 5",
  "KUNNR_RG": "sample string 6",
  "KUNNR_WE": "sample string 7",
  "STREET": "sample string 8",
  "HOUSE_NUM1": "sample string 9",
  "CITY2": "sample string 10",
  "POST_CODE1": "sample string 11",
  "CITY1": "sample string 12",
  "COUNTRY": "sample string 13",
  "REGION": "sample string 14",
  "VDATU": "2025-12-06T19:35:46.1034064-06:00",
  "PS_POSID": "sample string 16",
  "IT_DETAILS": [
    {
      "VBELN_CO": "sample string 1",
      "POSNR_CO": "sample string 2",
      "VBTYP": "sample string 3",
      "POSNR": "sample string 4",
      "MATNR": "sample string 5",
      "KWMENG": "sample string 6",
      "WERKS": "sample string 7",
      "NETPR": "sample string 8",
      "SPART": "sample string 9",
      "PS_POSID": "sample string 10",
      "EINDT": "2025-12-06T19:35:46.1034064-06:00"
    },
    {
      "VBELN_CO": "sample string 1",
      "POSNR_CO": "sample string 2",
      "VBTYP": "sample string 3",
      "POSNR": "sample string 4",
      "MATNR": "sample string 5",
      "KWMENG": "sample string 6",
      "WERKS": "sample string 7",
      "NETPR": "sample string 8",
      "SPART": "sample string 9",
      "PS_POSID": "sample string 10",
      "EINDT": "2025-12-06T19:35:46.1034064-06:00"
    }
  ]
}

application/xml, text/xml

Sample:
<IS_HEADER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO">
  <CITY1>sample string 12</CITY1>
  <CITY2>sample string 10</CITY2>
  <COUNTRY>sample string 13</COUNTRY>
  <HOUSE_NUM1>sample string 9</HOUSE_NUM1>
  <IT_DETAILS>
    <IT_DETAIL>
      <EINDT>2025-12-06T19:35:46.1034064-06:00</EINDT>
      <KWMENG>sample string 6</KWMENG>
      <MATNR>sample string 5</MATNR>
      <NETPR>sample string 8</NETPR>
      <POSNR>sample string 4</POSNR>
      <POSNR_CO>sample string 2</POSNR_CO>
      <PS_POSID>sample string 10</PS_POSID>
      <SPART>sample string 9</SPART>
      <VBELN_CO>sample string 1</VBELN_CO>
      <VBTYP>sample string 3</VBTYP>
      <WERKS>sample string 7</WERKS>
    </IT_DETAIL>
    <IT_DETAIL>
      <EINDT>2025-12-06T19:35:46.1034064-06:00</EINDT>
      <KWMENG>sample string 6</KWMENG>
      <MATNR>sample string 5</MATNR>
      <NETPR>sample string 8</NETPR>
      <POSNR>sample string 4</POSNR>
      <POSNR_CO>sample string 2</POSNR_CO>
      <PS_POSID>sample string 10</PS_POSID>
      <SPART>sample string 9</SPART>
      <VBELN_CO>sample string 1</VBELN_CO>
      <VBTYP>sample string 3</VBTYP>
      <WERKS>sample string 7</WERKS>
    </IT_DETAIL>
  </IT_DETAILS>
  <KUNNR_AG>sample string 4</KUNNR_AG>
  <KUNNR_RE>sample string 5</KUNNR_RE>
  <KUNNR_RG>sample string 6</KUNNR_RG>
  <KUNNR_WE>sample string 7</KUNNR_WE>
  <POST_CODE1>sample string 11</POST_CODE1>
  <PS_POSID>sample string 16</PS_POSID>
  <REGION>sample string 14</REGION>
  <STREET>sample string 8</STREET>
  <VDATU>2025-12-06T19:35:46.1034064-06:00</VDATU>
  <VKBUR>sample string 3</VKBUR>
  <ZCANC>sample string 1</ZCANC>
  <ZVENK>sample string 2</ZVENK>
</IS_HEADER>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.