-->

SMARTapi Documentation

Create / Update Customers

 

Url

https://app.inventio.it/apidemo/smartapi/?type=Items-POST&token={1A0210F8-C3B9-44E1-BDD7-3ECDA76A6F50}

Type

POST

Request

<?xml version="1.0" encoding="utf-8" ?>
<postdata>
  <items>
    <item>
      <itemno>3000</itemno>
      <description>Table</description>
      <baseunitofmeasure>Stk</baseunitofmeasure>
      <unitprice>4500</unitprice>
      <unitcost>1500</unitcost>
      <inventorypostinggroup>HANDEL</inventorypostinggroup>
      <genprodpostinggrup>DETAIL</genprodpostinggrup>
      <vatprodpostinggroup>MOMS25</vatprodpostinggroup>
      <netweight>22</netweight>
      <grossweight>25</grossweight>
    </item>
    <item>
      <itemno>3001</itemno>
      <description>Chair</description>
      <baseunitofmeasure>Stk</baseunitofmeasure>
      <unitprice>1500</unitprice>
      <unitcost>500</unitcost>
      <inventorypostinggroup>HANDEL</inventorypostinggroup>
      <genprodpostinggrup>DETAIL</genprodpostinggrup>
      <vatprodpostinggroup>MOMS25</vatprodpostinggroup>
      <netweight>5</netweight>
      <grossweight>7</grossweight>
    </item>
  </items>
</postdata>