Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Request
  2.  
  3. {
  4. "Header": {
  5. "country": "CL",
  6. "commerce": "Falabella",
  7. "channel": "Mobile-APP"
  8. },
  9. "Body": {
  10. "productId": "4499868",
  11. "idLocal": 0
  12. }
  13. }
  14.  
  15. Response
  16.  
  17. {
  18. "response": {
  19. "Header": {
  20. "code": "0",
  21. "message": "OK"
  22. },
  23. "Body": {
  24. "obtenerMetodosEnvioDespachoResponse": {
  25. "metodosEnvioDespachoDisponiblesTienda": null,
  26. "metodosEnvioDespachoDisponiblesInternet": {
  27. "productID": "product is invalid",
  28. "homeDelivery": "false",
  29. "storePickup": "false",
  30. "deliveryPoints": "false"
  31. }
  32. }
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement