Skip to content

ARQT

Sales quote

Inherits from EbmsEntity

Properties

Version 1.6.436, Updated on Monday, April 29, 2024

Creating a new proposal

POSThttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/ARQT
{
 "B_ID": "GROINC",
 "QT_DATE": "01/15/2020",
 "QUOTE": "12345.2",
 "DESCR": "Wholesale grocery shipment",
 "MEMO": "multi – line memo \r\nSo much can be written here and can be printed at the bottom of the invoice",
 "Details":
  [
   {
    "INVEN": "STRAWBER",
    "DESCR": "[Overwrite the EBMS description if you wish with this multi-line memo]",
    "M_QUAN": "200"
    "UNIT":"5.99"
   },
   {
    "INVEN": "SUGARWH",
    "M_QUAN": "58",
    "UNIT": "10.36",
   },
  ],
}