Created
June 10, 2015 18:11
-
-
Save josev55/de083d89c1f78f876e78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request | |
{ | |
"Header": { | |
"country": "CL", | |
"commerce": "Falabella", | |
"channel": "Mobile-APP" | |
}, | |
"Body": { | |
"productId": "4499869", | |
"idLocal": 0 | |
} | |
} | |
Response | |
{ | |
"response": { | |
"Header": { | |
"code": "0", | |
"message": "OK" | |
}, | |
"Body": { | |
"obtenerMetodosEnvioDespachoResponse": { | |
"metodosEnvioDespachoDisponiblesTienda": null, | |
"metodosEnvioDespachoDisponiblesInternet": { | |
"productID": "product is invalid", | |
"homeDelivery": "false", | |
"storePickup": "false", | |
"deliveryPoints": "false" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment