Forum Discussion

KhurramAR's avatar
KhurramAR
Experienced User
4 years ago

Get a direct resource link at MYOB AccountRight Online UI from the API?

Hi

 

Is there a way to get deep links (or direct links) to the newly created resources (such as a customer, or an invoice) through API?

We can use them to provide the links to the resources in our system so the user could easily reach the linked resource at MYOB (if they are logged into their MYOB account) from our system.

 

Kind Regards,

  • Han-Solo's avatar
    Han-Solo
    MYOB Moderator

    Hi KhurramAR

     

    Thanks for reaching out, No currently you would need to use the endpoints to access this data via the API. 

     

    You can view our endpoints HERE on our developer website. 

     

    If you have any questions you can create a support request with us HERE. 

    • KhurramAR's avatar
      KhurramAR
      Experienced User

      Thank you Han-Solo 

       

      I think I haven't been clear enough. We want an MYOB resource link that we can use in our system to redirect users to their MYOB resource. For example, a customer.

      - A customer entry in our system is synced to a customer in MYOB

      -When a user explores the customer in our system, he could see a link to the synced customer at MYOB

      -That link should like this https://app.myob.com/#/au/{{company_file_id}}/contact/{{contact_id_at_myob}}

       

      For that, what we need is {{contact_id_at_myob}} to make that link. Is that possible through API?

       

      Kind Regards,