android - ParseCloud httpRequest post exception -
i trying execute http request in using cloud code module parse.com. invoke android app keep getting exception : com.parse.parseexception:java.lang.illegalargumentexception trying execute post command without body parameters. code below , keeps giving me parse.cloud.define('httprequest', function(request, response) { var requestparams = { 'apikey': '{api_key}', 'currency':'gbp', 'locale':'en-gb', 'adults':'1', 'children':'0', 'infants':'0', 'originplace':'11235', 'destinationplace':'13554', 'outbounddate':'2015-08-19', 'inbounddate':'2015-08-26', 'locationschema':'default', 'cabinclass':'economy', 'grouppricing':'true', 'country':'gb...