Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clo="urn:microsoft-dynamics-schemas/codeunit/CloudES" xmlns:exp="urn:microsoft-dynamics-nav/xmlports/ExportCustLedgerEntries">
- <soapenv:Header/>
- <soapenv:Body>
- <clo:ExportCustLedgerEntries>
- <clo:aPI_ID>1234</clo:aPI_ID>
- <clo:aPI_Key>Q3#Kp1_iT</clo:aPI_Key>
- <clo:customerNo>CUST1005</clo:customerNo>
- <clo:documentNo></clo:documentNo>
- <clo:onlyOpen>FALSE</clo:onlyOpen>
- <clo:xMLCustLedgerEntries>
- <!--1 or more repetitions:-->
- <exp:CustLedgerEntry>
- <exp:EntryNo></exp:EntryNo>
- <exp:CustomerNo></exp:CustomerNo>
- <exp:SellToCustomerNo></exp:SellToCustomerNo>
- <exp:PostingDate></exp:PostingDate>
- <exp:DueDate></exp:DueDate>
- <exp:DocumentType></exp:DocumentType>
- <exp:DocumentNo></exp:DocumentNo>
- <exp:Description></exp:Description>
- <exp:CurrencyCode></exp:CurrencyCode>
- <exp:Amount></exp:Amount>
- <exp:RemainingAmount></exp:RemainingAmount>
- <exp:ExternalDocumentNo></exp:ExternalDocumentNo>
- <exp:Open></exp:Open>
- </exp:CustLedgerEntry>
- <exp:EntryCount></exp:EntryCount>
- <exp:TotalResults></exp:TotalResults>
- </clo:xMLCustLedgerEntries>
- <clo:page>1</clo:page>
- <clo:pageSize>100</clo:pageSize>
- </clo:ExportCustLedgerEntries>
- </soapenv:Body>
- </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement