Advertisement
Guest User

Untitled

a guest
Jul 11th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <request>
  3.     <control>
  4.         <senderid>stuff</senderid>
  5.         <password>stuff</password>
  6.         <controlid>stuff</controlid>
  7.         <dtdversion>2.1</dtdversion>
  8.     </control>
  9.     <operation>
  10.         <authentication>
  11.             <login>
  12.                 <userid>stuff</userid>
  13.                 <companyid>stuff</companyid>
  14.                 <password>stuff</password>
  15.             </login>
  16.         </authentication>
  17.         <content>
  18.             <function controlid='stuff'>
  19.                 <create_billbatch>
  20.                     <batchtitle>Upload: 6-19-2014</batchtitle>
  21.                     <create_bill>
  22.                         <vendorid>stuff</vendorid>
  23.                         <datecreated>
  24.                             <year>2014</year>
  25.                             <month>6</month>
  26.                             <day>19</day>
  27.                         </datecreated>
  28.                         <datedue>
  29.                             <year>2014</year>
  30.                             <month>6</month>
  31.                             <day>19</day>
  32.                         </datedue>
  33.                         <billno>stuff</billno>
  34.                         <description>stuff</description>
  35.                         <billitems>
  36.                             <lineitem>
  37.                                 <glaccountno>stuff</glaccountno>
  38.                                 <amount>stuff</amount>
  39.                                 <memo>stuff</memo>
  40.                                 <departmentid>stuff</departmentid>
  41.                             </lineitem>
  42.                         </billitems>
  43.                     </create_bill>
  44.                     <create_bill>
  45.                         <vendorid>stuff</vendorid>
  46.                         <datecreated>
  47.                             <year>stuff</year>
  48.                             <month>stuff</month>
  49.                             <day>stuff</day>
  50.                         </datecreated>
  51.                         <datedue>
  52.                             <year>stuff</year>
  53.                             <month>stuff</month>
  54.                             <day>stuff</day>
  55.                         </datedue>
  56.                         <billno>stuff</billno>
  57.                         <description>stuff</description>
  58.                         <billitems>
  59.                             <lineitem>
  60.                                 <glaccountno>stuff</glaccountno>
  61.                                 <amount>stuff</amount>
  62.                                 <memo>stuff</memo>
  63.                                 <departmentid>stuff</departmentid>
  64.                             </lineitem>
  65.                             <lineitem>
  66.                                 <glaccountno>stuff</glaccountno>
  67.                                 <amount>stuff</amount>
  68.                                 <memo>stuff</memo>
  69.                                 <departmentid>stuff</departmentid>
  70.                             </lineitem>
  71.                             <lineitem>
  72.                                 <glaccountno>stuff</glaccountno>
  73.                                 <amount>stuff</amount>
  74.                                 <memo>stuff</memo>
  75.                                 <departmentid>stuff</departmentid>
  76.                             </lineitem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement