doctar 1.0 KB

12345678910111213141516
  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/
  9. To get login access token to put into CallDefinitions.json you should use https://www.base64encode.org/ and enter a
  10. valid username and password in the form username:password and the generated code can be entered into
  11. the "AuthParameter":"bHN1bW1lcnM6YnJvYWRjYXN0" section of the ErpLogin section of CallDefinitions.json