converting Import File to API Required Attributes.

This thread is now closed to new comments.
Some of the links and information provided in this thread may no longer be available or relevant.
If you have a question please start a new post.
harvey1916
Contributing User
5 Posts
Contributing User
Contributing User

5Posts

1Kudos

0Solutions

converting Import File to API Required Attributes.

Hi,

In our old code, the application creates a file with headers and data separated by Tab and saves it in local machine, then an employee would upload the File to MYOB account.

For an improvement, we decided to directly upload/push the invoice in the MYOB using the API. Upon reviewing and comparing, the File Header of theupload file and the required fields on the API, They are very different, can you point me or which file header corresponds to the Item Invoice API required fields?

attached is  the sample upload file that old app have created 

2 REPLIES 2
Hannah_B
MYOB Moderator
142 Posts
MYOB Moderator
Australia
MYOB Moderator

142Posts

33Kudos

25Solutions

Re: converting Import File to API Required Attributes.

Hi @harvey1916,

 

Thanks for reaching out, Yes API vs the front-end importing option is very different. You would need to build an integration or use an existing app to integrate with AccountRight or Essentials. 

 

From the file you have attached this looks like you are importing a new card file. When using the API if we wanted to POST a new card file we would want to use the endpoint `/{cf_uri}/Contact/Customer` 

 

We have required and read-only fields which you can view on our endpoint documentation HERE.

 

Building an AccountRight API request - https://apisupport.myob.com/hc/en-us/articles/360000513855-Building-an-AccountRight-API-request


Thanks,
@Hannah_B


MYOB API Specialist


MYOB API Support Centre|MYOB App Marketplace|MYOB AccountRight API Endpoint Doc's



Did my answer help?


Mark it as a Solution

harvey1916
Contributing User
5 Posts
Contributing User
Contributing User

5Posts

1Kudos

0Solutions

Re: converting Import File to API Required Attributes.

Thanks for the reply @Hannah_B .

When checking the Customer End Point API, i see that the data used are for creating/Updating/Deleting Customer Info, however my Uploaded file has Item Description and Item Lines info like Qty of Items(included in description), Unit Price per Item, Tax code of Item, and so on., 

Didn't find your answer here?

Try using advanced search to find a post more easily Advanced Search
or
Get the conversation started and make a new post Start a Post