WEB API Examples?

Suggested

Hi Folks:

New to SAGE 300 working for a client.   I need to do some Filemaker/Excel integration with SAGE 300.

I found the documentation for the Web API, which looks promising.  But I haven't been able to find any examples.

Can anyone point me to some examples?  Primarily I am interested in reading and writing new Customer, Vender records, Invoices and reading current AR and AP balances.

Thank you!
Lee

Parents
  • 0
    Suggested

    Sage API comes with a Swagger tool that you can use to perform various "Try It Out" using GET, PATCH, POST and so on.  Once you load Sage 300 Web API in a supported browser you can open the Swagger UI.  The default URL is http://servername/sage300webapi. In your case you would be interested in playing with the following. Keep in mind that the Sage User you use to log in with must have been granted Web API permissions in the Sage security.  And, the ADMIN user does not have permissions by default, they have to be turned on in the Web and Web API config files.

Reply
  • 0
    Suggested

    Sage API comes with a Swagger tool that you can use to perform various "Try It Out" using GET, PATCH, POST and so on.  Once you load Sage 300 Web API in a supported browser you can open the Swagger UI.  The default URL is http://servername/sage300webapi. In your case you would be interested in playing with the following. Keep in mind that the Sage User you use to log in with must have been granted Web API permissions in the Sage security.  And, the ADMIN user does not have permissions by default, they have to be turned on in the Web and Web API config files.

Children
No Data