Steven Chinsky (Steve Chinsky)
Steve,
I want to push payments from my application to Navision.
To do it, I use the method Payment Journal.
Example:
host:port/.../CRONUS Canada, Inc./Page/Payment_Journal
Request:
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/.../" xmlns:pay="urn:microsoft-dynamics-schemas/page/payment_journal">
<soapenv:Header/>
<soapenv:Body>
<pay:Create>
<pay:CurrentJnlBatchName>BANK</pay:CurrentJnlBatchName>
<pay:Payment_Journal>
<pay:Key>YayPay-2021-02</pay:Key>
<pay:Posting_Date>2022-01-13</pay:Posting_Date>
<pay:Document_Date>2022-01-13</pay:Document_Date>
<pay:Document_Type>Payment</pay:Document_Type>
<pay:Document_No>GF03041</pay:Document_No>
<pay:Account_Type>Customer</pay:Account_Type>
<pay:Account_No>C00100</pay:Account_No>
<pay:Description>Navision_Full</pay:Description>
<pay:Currency_Code>USD</pay:Currency_Code>
<pay:Payment_Method_Code>BANK</pay:Payment_Method_Code>
<pay:Payment_Reference>WERT123456784</pay:Payment_Reference>
<pay:Amount>1000</pay:Amount>
</pay:Payment_Journal>
</pay:Create>
</soapenv:Body>
</soapenv:Envelope>
But I cannot allocate a few invoices via one payment ((
However, on UI I can do it using the apply customer entities journal.
Could you clarify, is it possible to push payments with allocation to a few invoices?