Hello, our customer is working on Business Central V14 (last version with C / AL). He would like to use "API V1.0" not "API beta". Without upgrading to Business Central V15
I can reach the API bêta version, but not the V1.0 .
Is there a way to target API V1.0 in BC14 ?
I mean :
- this URL is working fine (API beta version) : localhost:7048 / BC140 / api / beta
{"@odata.context":"http://localhost:7048 / BC140 / api / beta /$metadata","value":[{"name":"items","kind":"EntitySet","url":"items"},{"name":"picture","kind":"EntitySet","url":"picture"},{"name":"defaultDimensions","kind":"EntitySet","url":"defaultDimensions"},{"name":"customers","kind":"EntitySet","url":"customers"},{"name":"vendors","kind":"EntitySet","url":"vendors"},{"name":"companyInformation","kind":"EntitySet","url":"companyInformation"},{"name":"salesInvoices","kind":"EntitySet","url":"salesInvoices"},{"name":"salesInvoiceLines","kind":"EntitySet","url":"salesInvoiceLines"},{"name":"pdfDocument","kind":"EntitySet","url":"pdfDocument"},{"name":"customerPaymentJournals","kind":"EntitySet","url":"customerPaymentJournals"},{"name":"customerPayments","kind":"EntitySet","url":"customerPayments"},{"name":"journalLines","kind":"EntitySet","url":"journalLines"},{"name":"accounts","kind":"EntitySet","url":"accounts"},{"name":"taxGroups","kind":"EntitySet","url":"taxGroups"},{"name":"journals","kind":"EntitySet","url":"journals"},{"name":"employees","kind":"EntitySet","url":"employees"},{"name":"generalLedgerEntries","kind":"EntitySet","url":"generalLedgerEntries"},{"name":"currencies","kind":"EntitySet","url":"currencies"},{"name":"paymentMethods","kind":"EntitySet","url":"paymentMethods"},{"name":"dimensions","kind":"EntitySet","url":"dimensions"},{"name":"dimensionValues","kind":"EntitySet","url":"dimensionValues"},{"name":"dimensionLines","kind":"EntitySet","url":"dimensionLines"},{"name":"paymentTerms","kind":"EntitySet","url":"paymentTerms"},{"name":"shipmentMethods","kind":"EntitySet","url":"shipmentMethods"},{"name":"itemCategories","kind":"EntitySet","url":"itemCategories"},{"name":"cashFlowStatement","kind":"EntitySet","url":"cashFlowStatement"},{"name":"countriesRegions","kind":"EntitySet","url":"countriesRegions"},{"name":"salesOrders","kind":"EntitySet","url":"salesOrders"},{"name":"salesOrderLines","kind":"EntitySet","url":"salesOrderLines"},{"name":"retainedEarningsStatement","kind":"EntitySet","url":"retainedEarningsStatement"},{"name":"unitsOfMeasure","kind":"EntitySet","url":"unitsOfMeasure"},{"name":"agedAccountsReceivable","kind":"EntitySet","url":"agedAccountsReceivable"},{"name":"agedAccountsPayable","kind":"EntitySet","url":"agedAccountsPayable"},{"name":"balanceSheet","kind":"EntitySet","url":"balanceSheet"},{"name":"trialBalance","kind":"EntitySet","url":"trialBalance"},{"name":"incomeStatement","kind":"EntitySet","url":"incomeStatement"},{"name":"taxAreas","kind":"EntitySet","url":"taxAreas"},{"name":"salesQuotes","kind":"EntitySet","url":"salesQuotes"},{"name":"salesQuoteLines","kind":"EntitySet","url":"salesQuoteLines"},{"name":"salesCreditMemos","kind":"EntitySet","url":"salesCreditMemos"},{"name":"salesCreditMemoLines","kind":"EntitySet","url":"salesCreditMemoLines"},{"name":"attachments","kind":"EntitySet","url":"attachments"},{"name":"generalLedgerEntryAttachments","kind":"EntitySet","url":"generalLedgerEntryAttachments"},{"name":"timeRegistrationEntries","kind":"EntitySet","url":"timeRegistrationEntries"},{"name":"purchaseInvoices","kind":"EntitySet","url":"purchaseInvoices"},{"name":"purchaseInvoiceLines","kind":"EntitySet","url":"purchaseInvoiceLines"},{"name":"customerSales","kind":"EntitySet","url":"customerSales"},{"name":"vendorPurchases","kind":"EntitySet","url":"vendorPurchases"},{"name":"companies","kind":"EntitySet","url":"companies"},{"name":"subscriptions","kind":"EntitySet","url":"subscriptions"}]}
- This URL is not working (404 page) : http: // localhost: 7048 / BC140 /api/V1.0
404
Thanks for help