Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
  2. <soapenv:Header/>
  3. <soapenv:Body>
  4. <tem:getTripsForSingleRide>
  5. <!--Optional:-->
  6. <tem:codeReseauDepart>0093</tem:codeReseauDepart>
  7. <!--Optional:-->
  8. <tem:codeGareDepart>00139</tem:codeGareDepart>
  9. <!--Optional:-->
  10. <tem:codeReseauArrivee>0093</tem:codeReseauArrivee>
  11. <!--Optional:-->
  12. <tem:codeGareArrivee>00183</tem:codeGareArrivee>
  13. <!--Optional:-->
  14. <tem:idClass>2</tem:idClass>
  15. <!--Optional:-->
  16. <tem:dateVoyageAller>2016-08-25T14:18:33.806Z</tem:dateVoyageAller>
  17. <!--Optional:-->
  18. <tem:fareID>0</tem:fareID>
  19. <!--Optional:-->
  20. <tem:voyageursAdultes>1</tem:voyageursAdultes>
  21. <!--Optional:-->
  22. <tem:voyageursEnfants>0</tem:voyageursEnfants>
  23. <!--Optional:-->
  24. <tem:IsCalculPrice>false</tem:IsCalculPrice>
  25. </tem:getTripsForSingleRide>
  26.  
  27. { IsCalculPrice: false,
  28. voyageursEnfants: 0,
  29. voyageursAdultes: 1,
  30. fareID: 0,
  31. dateVoyageAller: 2016-08-25T14:40:24.712Z,
  32. idClass: 2,
  33. codeGareArrivee: '00183',
  34. codeGareDepart: '00139',
  35. codeReseauArrivee: '0093',
  36. codeReseauDepart: '0093' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement