This is my request json and iam getting the response xml and json correctly.but in the response xml i dont need the locations where it will show the inputs we gave.how can i hide that locations part from the response xml?
{
"locations": [
"Denver, CO",
"Westminster, CO",
"Boulder, CO"
],
"options": {
"allToAll": true
}
}
this part in response xml
<locations>
<location>
<street/>
<adminArea5 type="City">Denver</adminArea5>
<adminArea3 type="State">CO</adminArea3>
<adminArea4 type="County">Denver County</adminArea4>
<postalCode/>
<adminArea1 type="Country">US</adminArea1>
<geocodeQuality>CITY</geocodeQuality>
<geocodeQualityCode>A5XAX</geocodeQualityCode>
<dragPoint>false</dragPoint>
<sideOfStreet>N</sideOfStreet>
<displayLatLng>
<latLng>
<lat>39.738453</lat>
<lng>-104.984853</lng>
</latLng>
</displayLatLng>
<linkId>282041090</linkId>
<type>s</type>
<latLng>
<lat>39.738453</lat>
<lng>-104.984853</lng>
</latLng>
</location>
<location>