简体   繁体   中英

How to get SalesQuoteId in BusinessCentral API?

Im trying to extract all data from Business Central to DB using API. I can extract most of the entities but for extracting Sales Quotes it is looking for a salesQuotes({id})

GET businesscentralPrefix/companies({id})/salesQuotes({id})

https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_salesquote_get

i do not know where to get the salesQuotes({id}) from.

You can call the API without the ID to get the full list of Sales Quotes:

GET businesscentralPrefix/companies({id})/salesQuotes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM