ContributionsMost RecentMost LikesSolutionsRe: How to Change AccountRight API to Point From Localhost to a Specific IP? Check this link out, describes changing the server variables: https://myobapi.tumblr.com/post/70231017169/how-to-change-config-variables-for-the-desktop-api Re: redirect URI If the datafile is in the cloud, then yes. If the datfile is running locally, then no. https://developer.myob.com/api/accountright/api-overview/authentication/ Re: Import_Item_Sales API Hi, start here: https://developer.myob.com/api/accountright/api-overview/ End point: https://developer.myob.com/api/accountright/v2/sale/invoice/invoice_item/ Re: Myob Integration with php website Yes it can. Start here:AccountRight v2 Re: x-myobapi-cftoken It is the user's credentials to access their MYOB datafile. See here for details: https://developer.myob.com/api/accountright/api-overview/authentication/ Re: Continuously getting IncorrectRowVersionSupplied I know this is an old thread, but I came across this recently. In my circumastance, supplying an Invoice Number resolved the RowVersion error message. If I left the Invoice Number blank (to let MYOB use the next number), the message appeared. I think it may have to do with having "gaps" in the Invoice Number sequence in MYOB. Re: Company File ID/URI keeps changing. Has anyone restored the datafile from a backup? Re: How to get Purchase Order with Orderlines using .Net SDK? You need to go "down" a level and use the Order Type eg. Item/Service/Pro. This will then include the lines on the order. See here for details: https://developer.myob.com/api/accountright/v2/purchase/order/order_item/ Re: "SerializationError" when trying to write orders. Using this endpoint "/GeneralLedger/Category" reference here: https://developer.myob.com/api/accountright/v2/generalledger/category/ You can't get the UID from within the MYOB application itself. You need to use the API. Re: "SerializationError" when trying to write orders. Looks like you are passing in the Category Display ID text. You need to pass through the Category UID.