APINV
Receiving list
Properties
ADDRESS1 (
EbmsAddress, String)
Address line 1Billing address line 1 ADDRESS2 (
EbmsAddress, String)
Address line 2Billing address line 2 AllowWeightedBarcodes (
Boolean, Boolean, virtual)
Allow weighted barcodes APINVDETs (
APINVDET, reference, collection)
Invoice detail AppName (
Text, String, virtual)
App name AUTOID (
EbmsAutoID, String, read-only)
Auto IDThe ID that identifies the record in EBMS BackOrderPageData (
Text, String, virtual, read-only)
BackOrders (
APINV, reference, collection)
Back orders Barcode (
Barcode, String, virtual)
Barcode BarcodeType (
Text, String, virtual)
Barcode type C_ADDRESS1 (
EbmsAddress, String)
Shipping address line 1 C_ADDRESS2 (
EbmsAddress, String)
Shipping address line 2 C_ID_Reference (
ARCUST, reference)
Shipping customer CHARGE (
ReadOnlyEbmsFormula, String)
Expense due termTerms for this invoice. Cash if payment is paid immediately. Charge if sold with terms, and C.O.D. if terms are Collect on Delivery. CHECK_DATE (
DateDefaultedToday, Nullable`1, required)
Check dateThe date that a check was written cmdUpdateLocked (
ILockableCmdUpdateLocked, UpdateLocked)
Update lockedread the DBDOCLOCK and check if this entity is locked CREATE_BO (
Boolean, Boolean)
CREATE_BOThis will force create back order Details (
APINVDET, reference, collection, virtual)
DetailsTop-level details DIS_DATE (
Date, Nullable`1)
Discount dateDue date for discount amount DISCOUN (
ReadOnlyEbmsFormula, String)
DiscountSelect Terms with discounts if paid by a certain time DISCOUNT (
Decimal, Decimal)
Discount amountDiscount for net terms on this invoice DocumentsPath (
String, String, virtual, read-only)
Documents path DocumentsStatus (
String, String, virtual, read-only)
Documents status DUE_DATE (
Date, Nullable`1)
Due date EXTERNALID (
EbmsText, String)
External ID FREIGHT (
Decimal, Decimal)
FreightAmount of freight on this invoice ID_Reference (
APVENDOR, reference)
Vendor INTRANs (
INTRAN, reference, collection)
INTRANs INV_DATE (
DateDefaultedToday, Nullable`1, required)
Invoice dateProcessing date of the invoice INVOICE (
EbmsInvoice, String, required)
Invoice numberInvoice No. for the sales invoice IsDeleted (
Boolean, Boolean, virtual, read-only)
Is deleted IsFromMyInventory (
Boolean, Boolean, virtual, read-only)
Is from my inventoryHelper flag to show message about scanner default warehouse, when it is not set IsInventoryScanned (
Boolean, Boolean, virtual)
Is inventory scannedThis is flag to recompute Details property when any inventory is scanned IsLocked (
Boolean, Boolean, virtual)
Locked IsNewEntity (
Boolean, Boolean, virtual)
Is new entityA virtual property that we can base computes off of to show if an entity is virtual LastBackOrder (
APINVHyperlink, reference, virtual, read-only)
Back orderRecent back order ORIG_AID_Reference (
APINV, reference)
Original invoice OVERDUE (
Decimal, Decimal)
OverdueAmount overdue P_ADDRESS1 (
EbmsAddress, String)
Pay to vendor address line 1 P_ADDRESS2 (
EbmsAddress, String)
Pay to vendor address line 2 P_CITY (
EbmsCity, String)
Pay to vendor city P_ID_Reference (
APVENDOR, reference)
Payment vendor P_NAME (
EbmsText, String)
Pay to vendor name P_STATE (
EbmsState, String)
Pay to vendor state Payments (
APPayment, reference, collection, virtual)
Payments PROCESS (
DocumentProcess, DocumentProcess)
ProcessAssign this property to process/unprocess an invoice PUR_AGENT (
EbmsPerson, String)
Purchasing agentPurchasing agent ReturnMode (
Boolean, Boolean, virtual)
Return mode Scan (
Integer, Int32, virtual)
{ScanLabel} quantity ScanLabel (
EbmsText, String, virtual, read-only)
SelectedDetail (
APINVDET, reference, virtual)
Selected detail Title (
Title, String, virtual, read-only)
Title TO_B_SENT (
Boolean, Boolean)
To be sent TOP_TOTAL (
Decimal, Decimal)
Purchase invoice totalPurchase invoice total for verification and validation against details entered WAREHOUSE_Reference (
ReadOnlyINWH, reference)
Warehousemultiple sales locations
Version 1.7.283.4, Updated on Thursday, December 19, 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"
}