Search code examples
myob

MYOB api for custom data addition


I want to know if there is an api for java to integrate the data from the site into the myob database like inventory of a customer


Solution

  • The answer depends on which "MYOB database" you are referring to.

    1. "v19" product range: use a JDBC-ODBC bridge.
    2. "EXO": you can use JDBC SQL-Server driver, or use the REST API documented here.
    3. "AccountRight Live" (desktop or cloud): use the REST API documented here.
    4. "Essentials": use the REST API documented here.
    5. "Advanced": use the REST API documented here.

    Note that solutions involving JDBC drivers typically require that your site be deployed on the same network as the target company file. If not, you will need an intermediate stage to synchronise or post data.