PUSH Method:
Sell.do team needs the list of projects along their project-ids from 99 acres which must be tracked.
- Those project-ids will be mapped with projects in your sell.do account.
- Sell.do team will provide the base URL along with API key which will be used by 99 acres to push the data.
- Once the URL is integrated with 99acres, the process of integration will be completed.
99acres Point-of-contact Technical : sandeep.upadhyay@99acres.com
POST MAN REQUEST METHOD :
(Replace actual data below)
POST URL : https://app.sell.do/api/leads/create_leads?
BODY > form-data
KEY | VALUE |
Xml | <Xml>\n<Qry>\n<QryType><![CDATA[OMNI_ADS_RESPONSE]]></QryType>\n<QryId><![CDATA[OMNI_ADS_RESPONSE-400000]]></QryId>\n<CmpctLabl><![CDATA[Project Name+OA]]></CmpctLabl>\n<QryInfo><![CDATA[This project looks good! Please send me more details]]></QryInfo>\n<RcvdOn><![CDATA[2020-06-19 13:45:58]]></RcvdOn>\n<ProdType><![CDATA[OA]]></ProdType>\n<ProdId><![CDATA[20003]]></ProdId>\n<Name><![CDATA[Anand Gaud]]></Name>\n<Email><![CDATA[anand.gaud@sell.do]]></Email>\n<Phone><![CDATA[+91-8956323399]]></Phone>\n<PhoneVerificationStatus><![CDATA[VERIFIED]]></PhoneVerificationStatus>\n<Identity><![CDATA[Individual]]></Identity>\n<EmailVerificationStatus><![CDATA[UNVALIDATED]]></EmailVerificationStatus>\n<ProjectCode><![CDATA[318015]]></ProjectCode>\n<ProjectName><![CDATA[pqr]]></ProjectName>\n<SubUserName><![CDATA[dfgdf]]></SubUserName>\n</Qry>\n</Xml> |
api_key | 56xxxxxxxxxxxxxxxxxxxxxxxxxxxxxe1d |
RESPONSE :
<?xml version="1.0" encoding="UTF-8"?> <xml> <QryResp> <QryId>OMNI_ADS_RESPONSE-400000</QryId> <status>Y</status> </QryResp> </xml>