Advertisement
Guest User

trip-calculation request

a guest
May 24th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.17 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <trip-calculation>
  3.     <request>
  4.         <tripid>34077710</tripid>
  5.         <configuration>
  6.             <room>
  7.                 <roomid>677502</roomid>
  8.                 <person>
  9.                     <firstname>Jan</firstname>
  10.                     <lastname>Testowy</lastname>
  11.                     <birthdate>1988-04-06</birthdate>
  12.                 </person>
  13.                 <person>
  14.                     <firstname>Janina</firstname>
  15.                     <lastname>Testowa</lastname>
  16.                     <birthdate>1987-03-02</birthdate>
  17.                 </person>
  18.                 <person>
  19.                     <firstname>Jaś</firstname>
  20.                     <lastname>Testowy</lastname>
  21.                     <birthdate>2000-08-21</birthdate>
  22.                 </person>
  23.             </room>
  24.         </configuration>
  25.         <responsetype>showerrors</responsetype>
  26.         <payer>
  27.             <firstname>Jan</firstname>
  28.             <lastname>Testowy</lastname>
  29.             <birthdate>1988-04-06</birthdate>
  30.         </payer>
  31.         <showcomponent>true</showcomponent>
  32.         <showapprovals>true</showapprovals>
  33.     </request>
  34. </trip-calculation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement