{
json = entity.getText();
if ( json != null )
{
//convert json to mrpojo
jsonPojo = ApiManager.mapFromApi(json, CustomMapReduceJobPojo.class, new CustomMapReduceJobPojoApiMap(null));
// Overwrite command line args (quick and easy way to get POST working)
// communityIds and jobDependencies still have to be specified at the command line
if ((null != jsonPojo.scheduleFreq) && (null == freqSched)) {
//(this has a default value so need to prioritize URL params)