doctar 748 B

123456789101112
  1. For RestLink calls you must edit the C:\ProgramData\Eclipse\DatalinkExecutables\CallDefinitions.json file.
  2. Your datalink name must match a method exactly.
  3. If using a different environment then a different ERPLogin method must be setup to the new server. This also needs a new datalink with the same name.
  4. The "AuthParameter":"bWFuYWdlcjptYW5hZ2VyMSE=" value in the ERPLogin method is username:password encoded to base 64 using https://www.base64decode.org/
  5. Calls can be checked in swagger to make sure they complete and return what is expected.
  6. https://v-dev-app2/EpicorERPTSDev/api/v1/Erp.BO.APInvoiceSvc/APInvoices('T130',12,14598)
  7. Main swagger link. (adjust for different servers or instances)
  8. https://v-dev-app2/EpicorERPTSDev/API/help/v1/