|
|
@@ -9,4 +9,8 @@ Calls can be checked in swagger to make sure they complete and return what is ex
|
|
|
https://v-dev-app2/EpicorERPTSDev/api/v1/Erp.BO.APInvoiceSvc/APInvoices('T130',12,14598)
|
|
|
|
|
|
Main swagger link. (adjust for different servers or instances)
|
|
|
-https://v-dev-app2/EpicorERPTSDev/API/help/v1/
|
|
|
+https://v-dev-app2/EpicorERPTSDev/API/help/v1/
|
|
|
+
|
|
|
+To get login access token to put into CallDefinitions.json you should use https://www.base64encode.org/ and enter a
|
|
|
+valid username and password in the form username:password and the generated code can be entered into
|
|
|
+the "AuthParameter":"bHN1bW1lcnM6YnJvYWRjYXN0" section of the ErpLogin section of CallDefinitions.json
|