Eagle Business Software is now Koble (Learn More)
You are currently on our legacy site. Please visit KobleSystems.com

APINV

Purchase document

Inherits from EbmsEntity

Properties

Version 1.5.47, Updated on Tuesday, March 14, 2023

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"
}