Skip to content

APINV

Receiving list

Inherits from EbmsEntity

Properties

Version 1.6.436, Updated on Monday, April 29, 2024

Creating a new Purchase Document

POSThttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/APINV
{
 "ID": "AMERET",
 "INV_DATE": "01/15/2020",
 "TOP_TOTAL": "113.09",
 "DESCR_H": "American Retailers weekly shipment",
 "MEMO": "multi – line memo \r\nSo much can be written here and can be printed at the bottom of the document",
 "Details":
  [
   {
    "INVEN": "WORBOO",
    "DESCR": "[Overwrite the EBMS description if you wish with this multi-line memo]",
    "O_QUAN_VIS": "2"
    "SHIP_VIS": "2",
    "UNIT_VIS":"74.99"
    "UNIT_MEAS":"Box"
   },
   {
    "DESCR": "Freight Charge",
    "O_QUAN_VIS": "1",
    "SHIP_VIS": "1",
    "UNIT_VIS": "38.16",
    "ACCOUNT": "70610-000"
   }
  ],
 "Payments":
  [
   {
    "Amount":"113.09",
    "Date":"01/15/2020",
    "CheckingAccount":"01100-000",
    "ControlNumber": "12345"
   }
  ],
 "PROCESS": "Process"
}