Hello Team,
I need your help with receiving Sales Invoices via API.
I use the following methods to integrate Sales Invoices from GP:
But, using these methods I cannot find the following data:
- Invoice Exchange Rate. On UI I see the exchange rate, but GetSalesInvoiceByKey returns only this: <ExchangeRate xsi:nil="true"/>. How to detect the exchange rate?
- Close Date. How to detect the Invoice close date? Can I use this on of the following date: <FulfillDate> OR <PostedDate>
- Invoice Note. On UI I added the Invoice Note. But, I cannot receive it via API.
- Invoice Status. How to receive via API the Invoice status?