sdata

sData REST APIs for sage 100 ERP

扶醉桌前 提交于 2019-12-24 13:57:41
问题 I have a business partner account. And, I have setup sage SData and Sage ERP 100 on window server machine. I can access some resources in the browser like: https://sage.lvh.me/SData/MasApp/MasContract/ABX/AR_Customer It returns a huge file of XML. My problem is that, I need to integrate Sage ERP with my Rails application. Which will fetch products from Sage ERP and also make order for those products from rails application? So, I need a complete sample API request which accepts some parameters

Sage 300 (accpac) SDATA Create Customer

霸气de小男生 提交于 2019-12-10 23:34:01
问题 I'm trying to use SDATA to create a customer but can't seem to find the proper endpoint. I've scoured the schema and have only found wkshpcustomer, but nobody seems to know what that object is. I can, however, create an order without issue: [POST] http://{domain}/SDataServlet/sdata/sageERP/accpac/{company}/oeorders/ <sdata:payload> <oeorder xmlns="schemas.sage.com/sageERP"> <TERMS>CASH</TERMS> <CUSTOMER></CUSTOMER> </oeorder> </sdata:payload> When I do the same based on the following blog