Advertisement
c45_pb

export customer ledger entries paging request

Dec 9th, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.64 KB | None | 0 0
  1. <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">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <clo:ExportCustLedgerEntries>
  5.          <clo:aPI_ID>1234</clo:aPI_ID>
  6.          <clo:aPI_Key>Q3#Kp1_iT</clo:aPI_Key>
  7.          <clo:customerNo>CUST1005</clo:customerNo>
  8.          <clo:documentNo></clo:documentNo>
  9.          <clo:onlyOpen>FALSE</clo:onlyOpen>
  10.          <clo:xMLCustLedgerEntries>
  11.            
  12.             <!--1 or more repetitions:-->
  13.             <exp:CustLedgerEntry>
  14.                <exp:EntryNo></exp:EntryNo>
  15.                <exp:CustomerNo></exp:CustomerNo>
  16.                <exp:SellToCustomerNo></exp:SellToCustomerNo>
  17.                <exp:PostingDate></exp:PostingDate>
  18.                <exp:DueDate></exp:DueDate>
  19.                <exp:DocumentType></exp:DocumentType>
  20.                <exp:DocumentNo></exp:DocumentNo>
  21.                <exp:Description></exp:Description>
  22.                <exp:CurrencyCode></exp:CurrencyCode>
  23.                <exp:Amount></exp:Amount>
  24.                <exp:RemainingAmount></exp:RemainingAmount>
  25.                <exp:ExternalDocumentNo></exp:ExternalDocumentNo>
  26.                <exp:Open></exp:Open>
  27.             </exp:CustLedgerEntry>
  28.            
  29.             <exp:EntryCount></exp:EntryCount>
  30.            
  31.             <exp:TotalResults></exp:TotalResults>
  32.            
  33.          </clo:xMLCustLedgerEntries>
  34.          <clo:page>1</clo:page>
  35.          <clo:pageSize>100</clo:pageSize>
  36.       </clo:ExportCustLedgerEntries>
  37.    </soapenv:Body>
  38. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement