3 years ago
The company file version is not supported
I am connecting to the MYOB API using Postman and am able to authenticate and List company files and API info. I can also query a single file by Company_File_URI and Company_FIle_Id to successfully list all the API endpoints.
However, if I attempt to query any of the end points I receive an error: {"Message": "The Company File version is not supported."}
Company_FIle_URI is https://arl2.api.myob.com/accountright/
https://arl.api.myob.com/accountright/info reports V2 for all endpoints.
I am passing v2 as x-myobapi-version
I am not sure how to proceed.