Skip to main content

Is there is some sort of an API from where i can get the information about “VendorID” , “Location” and “Terms” so that i can use one API only to get all the 3 keys from where i can use these keys for the creation of the Purchase Order. Now i have used an API to get the Vendors list but in the responce of the Vendors list i am unable to see the Location Id which i can use to send an API for the creation of the Purchase order. So thats why i am asking that is there is one common Api from which i can get the List of all the 3 using one API only ? 

Hi @tanya007 ,

Have you tried $expand parameter to get those values? 

$expand parameter helps you to access fields from the respective sections. i.e. details, address, mainContact etc.


Reply