CF_loan
Click here for a complete list of operations.
GetAllCF_loanJSON
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /cf_loan.asmx HTTP/1.1 Host: beta.pnbindia.in Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetAllCF_loanJSON" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetAllCF_loanJSON xmlns="http://tempuri.org/"> <FromDate>string</FromDate> <ToDate>string</ToDate> </GetAllCF_loanJSON> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetAllCF_loanJSONResponse xmlns="http://tempuri.org/"> <GetAllCF_loanJSONResult> <lstCF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> </lstCF_LoanData> <ErrorMessage>string</ErrorMessage> </GetAllCF_loanJSONResult> </GetAllCF_loanJSONResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /cf_loan.asmx HTTP/1.1 Host: beta.pnbindia.in Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetAllCF_loanJSON xmlns="http://tempuri.org/"> <FromDate>string</FromDate> <ToDate>string</ToDate> </GetAllCF_loanJSON> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetAllCF_loanJSONResponse xmlns="http://tempuri.org/"> <GetAllCF_loanJSONResult> <lstCF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> </lstCF_LoanData> <ErrorMessage>string</ErrorMessage> </GetAllCF_loanJSONResult> </GetAllCF_loanJSONResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /cf_loan.asmx/GetAllCF_loanJSON?FromDate=string&ToDate=string HTTP/1.1 Host: beta.pnbindia.in
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <jsonResponse xmlns="http://tempuri.org/"> <lstCF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> </lstCF_LoanData> <ErrorMessage>string</ErrorMessage> </jsonResponse>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /cf_loan.asmx/GetAllCF_loanJSON HTTP/1.1 Host: beta.pnbindia.in Content-Type: application/x-www-form-urlencoded Content-Length: length FromDate=string&ToDate=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <jsonResponse xmlns="http://tempuri.org/"> <lstCF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> <CF_LoanData> <UTMID>string</UTMID> <Name>string</Name> <Mobile>string</Mobile> <Email>string</Email> <CreatedDate>string</CreatedDate> <IsActive>string</IsActive> <utm_source>string</utm_source> <utm_medium>string</utm_medium> <utm_campaign>string</utm_campaign> <utm_adset>string</utm_adset> <utm_adgroup>string</utm_adgroup> <utm_placement>string</utm_placement> <utm_content>string</utm_content> <utm_creative>string</utm_creative> <utm_term>string</utm_term> <utm_device>string</utm_device> <FBCLID>string</FBCLID> <GGCLID>string</GGCLID> <PinCode>string</PinCode> <Amount>string</Amount> <State>string</State> <District>string</District> <Circle_name>string</Circle_name> <Product>string</Product> <Sub_product>string</Sub_product> </CF_LoanData> </lstCF_LoanData> <ErrorMessage>string</ErrorMessage> </jsonResponse>