S

Sofia Keski-Nisula

Muutoksia resurssiin warehouseevent.nv / Changes in resource

14-01-2022 1:26 pm tekijä Sofia Keski-Nisula

Mahdollistimme varastotapahtumaa rajapinnan kautta tuotaessa (warehouseevent.nv) varastotiedon kohdistamisen käyttäen varaston netvisorkey-arvoa.


<root>

 <warehouseevent>

 <description>Testevent</description> 

 <reference>10710</reference>

 <deliverymethod>noudetaan</deliverymethod>

    <distributer type="customer">Toimittaja1</distributer>

    <warehouseeventlines>

      <warehouseeventline>

        <eventtype type="customer">Hankinta</eventtype>

        <product type="netvisor">297</product>

        <inventoryplace type ="netvisor">1</inventoryplace>

        <description>Kuvaus tapahtumalle</description>

        <quantity>25</quantity>

        <unitprice>25,00</unitprice>

        <valuedate format="ansi">2022-1-30</valuedate>

        <status>open</status>

      </warehouseeventline>

    </warehouseeventlines>

  </warehouseevent>

</root>


---


It is now possible to link warehouse events to warehouse through API (warehouseevent.nv) using the netvisorkey of the warehouse.


<root>

 <warehouseevent>

 <description>Testevent</description>

 <reference>10710</reference>

 <deliverymethod>pick up</deliverymethod>

    <distributer type="customer">Distributer1</distributer>

    <warehouseeventlines>

      <warehouseeventline>

        <eventtype type="customer">Sale</eventtype>

        <product type="netvisor">297</product>

        <inventoryplace type ="netvisor">1</inventoryplace>

        <description>Description</description>

        <quantity>25</quantity>

        <unitprice>25,00</unitprice>

        <valuedate format="ansi">2022-1-30</valuedate>

        <status>open</status>

      </warehouseeventline>

    </warehouseeventlines>

  </warehouseevent>

</root>

Logga in eller Registrera digför att publicera en kommentar