View Categories

Troubleshooting 99acres lead capture issue

3 min read

Hello All,

 You can call the below 99 acres API in postman to find out why leads from 99 acres didn’t capture in leadsquared. For your reference, PFA screenshot. Hope this helps to resolve the issue asap.

Please ping me separately if you need any other help/information on this shall look into it.

 Information to be gathered from customers.

  • Take confirmation from a customer that 99acres credentials entered in 99 acres connector is correct or not?
  • Example email id and phone missed tracking in leadsquared.
  • Date and time of the inquiry details posted to leadsquared.

 

From this, we can find out

  • The lead didn’t track because of incorrect 99 acres credentials mentioned in the connector.
  • Violation of unique field constraint i.e. email id already exist or phone number already exist with another email id.
  • Discrepancy in Field Mapping

 API URL:

http://www.99acres.com/99api/v1/getmy99Response/OeAuXClO43hwseaXEQ/uid/

 Method: POST

 Body: Form- data

 Key: Xml

Value: <?xml version=’1.0′?><query><user_name>rajatbuild99</user_name><pswd>centrum@123</pswd><start_date>2020-10-05 00:00:00</start_date><end_date>2020-10-06 23:59:59</end_date></query>

 

Headers: Content-Type

application/x-www-form-urlencoded

Cache-Control

no-cache

 

Note: This Api lets you retrieve data for 2 days only.

 Sample failure response

 <Xml ActionStatus=“false”>

    <ErrorDetail>

        <Code>ERROR-0001</Code>

        <Message>Authentication failure  : Incorrect Username/Password</Message>

    </ErrorDetail>

</Xml>

 Sample success response

 <Xml ActionStatus=“true”>

    <Resp>

        <QryDtl ResType=“S2M” QueryId=“5f7c9978a2dc5e18642a4c5d”>

            <CmpctLabl>

                <![CDATA[ Highpark Shankar Nagar]]>

            </CmpctLabl>

            <QryInfo>

                <![CDATA[I am interested in this Project. Please call back.]]>

            </QryInfo>

            <RcvdOn>

                <![CDATA[2020-10-06 21:51:12]]>

            </RcvdOn>

            <ProjId>

                <![CDATA[333965]]>

            </ProjId>

            <ProjName>

                <![CDATA[Highpark]]>

            </ProjName>

            <PhoneVerificationStatus>

                <![CDATA[VERIFIED]]>

            </PhoneVerificationStatus>

            <EmailVerificationStatus>

                <![CDATA[UNVALIDATED]]>

            </EmailVerificationStatus>

            <IDENTITY>

                <![CDATA[Individual]]>

            </IDENTITY>

            <PROPERTY_CODE>

                <![CDATA[]]>

            </PROPERTY_CODE>

            <SubUserName>

                <![CDATA[]]>

            </SubUserName>

            <ProdId Status=“Active” Type=“CS”>

                <![CDATA[1150481]]>

            </ProdId>

        </QryDtl>

        <CntctDtl>

            <Name>

                <![CDATA[SHIRISH GIR]]>

            </Name>

            <Email>

                <![CDATA[shirishgir@gmail.com]]>

            </Email>

            <Phone>

                <![CDATA[+91-9827963669]]>

            </Phone>

        </CntctDtl>

    </Resp>

    <Resp>

        <QryDtl ResType=“S2M” QueryId=“5f7c4fceb5e8af44cc1576bd”>

            <CmpctLabl>

                <![CDATA[ Highpark Shankar Nagar]]>

            </CmpctLabl>

            <QryInfo>

                <![CDATA[I am interested in this Project. Please call back.]]>

            </QryInfo>

            <RcvdOn>

                <![CDATA[2020-10-06 16:36:54]]>

            </RcvdOn>

            <ProjId>

                <![CDATA[333965]]>

            </ProjId>

            <ProjName>

                <![CDATA[Highpark]]>

            </ProjName>

            <PhoneVerificationStatus>

                <![CDATA[VERIFIED]]>

            </PhoneVerificationStatus>

            <EmailVerificationStatus>

                <![CDATA[UNVALIDATED]]>

            </EmailVerificationStatus>

            <IDENTITY>

                <![CDATA[Individual]]>

            </IDENTITY>

            <PROPERTY_CODE>

                <![CDATA[]]>

            </PROPERTY_CODE>

            <

What are your Feelings
Scroll to Top