Forum Discussion

GuyCrsk's avatar
GuyCrsk
Cover User
6 years ago
Solved

AccountRight API - AccountBudget Endpoint - 404 Error

Hello,

 

I am trying to query the AccountBudget MyOB AccountRight Endpoint below but encountering a 404 error. 

 

https://ar1.api.myob.com/accountright/********Some-ID*********/GeneralLedger/AccountBudget/2018/

 

Any ideas what the reason for receiving the error might be?

 

Thanks,

Guy

  • Hi GuyCrsk , try /GeneralLedger/AccountBudget/?$filter=financialyear eq 2019 (or similar).

     

    The Postman collection on developer.myob.com is a very handy tool for developing these.

2 Replies

Replies have been turned off for this discussion
  • Mike_James's avatar
    Mike_James
    Ultimate Cover User
    6 years ago

    Hi GuyCrsk , try /GeneralLedger/AccountBudget/?$filter=financialyear eq 2019 (or similar).

     

    The Postman collection on developer.myob.com is a very handy tool for developing these.

  • HelenB's avatar
    HelenB
    Former Staff
    6 years ago

    Hi GuyCrsk 

     

    Thanks for reaching out. As Mike_James has suggested if you are wanting to GET an Account Budget for set year then you will need to use an Odata query like the one suggested for the Financial year.

     

    If you have any further questions, feel free to reach out to the API Support team directly by emailing developers@myob.com.

     

    Thanks