Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <request>
  3. <control>
  4. <senderid>{{sender_id}}</senderid>
  5. <password>{{sender_password}}</password>
  6. <controlid>{{$timestamp}}</controlid>
  7. <uniqueid>false</uniqueid>
  8. <dtdversion>3.0</dtdversion>
  9. <includewhitespace>false</includewhitespace>
  10. </control>
  11. <operation>
  12. <authentication>
  13. <sessionid>{{temp_session_id}}</sessionid>
  14. </authentication>
  15. <content>
  16. <function controlid="functionId">
  17. <create_bill>
  18. <vendorid>2</vendorid>
  19. <datecreated>
  20. <year>2015</year>
  21. <month>06</month>
  22. <day>30</day>
  23. </datecreated>
  24. <dateposted>
  25. <year>2015</year>
  26. <month>06</month>
  27. <day>30</day>
  28. </dateposted>
  29. <datedue>
  30. <year>2020</year>
  31. <month>09</month>
  32. <day>24</day>
  33. </datedue>
  34. <action>Submit</action>
  35. <batchkey/>
  36. <billno>12340000</billno>
  37. <ponumber>12340000</ponumber>
  38. <onhold>true</onhold>
  39. <description>Some description</description>
  40. <basecurr>USD</basecurr>
  41. <currency>USD</currency>
  42. <exchratedate>
  43. <year>2015</year>
  44. <month>06</month>
  45. <day>30</day>
  46. </exchratedate>
  47. <exchratetype>Intacct Daily Rate</exchratetype>
  48. <billitems>
  49. <lineitem>
  50. <glaccountno>1400</glaccountno>
  51. <amount>76343.43</amount>
  52. </lineitem>
  53. </billitems>
  54. </create_bill>
  55. </function>
  56. </content>
  57. </operation>
  58. </request>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement