Reference for https://shgserp.telangana.gov.in/IBAccountingService_Playstore/CustomService/InsertDetails_Direct_Member_Loan

Url: https://shgserp.telangana.gov.in/IBAccountingService_Playstore/CustomService/InsertDetails_Direct_Member_Loan

HTTP Method: POST

Message direction Format Body
Request Xml Example,Schema
Request Json Example
Response Xml Example,Schema
Response Json Example

The following is an example request Xml body:

<Insert_Member_Profile xmlns="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts">
  <APM_Contact_No>String content</APM_Contact_No>
  <Aadhar_No>String content</Aadhar_No>
  <Activity_Proposed_to_be_takenup>String content</Activity_Proposed_to_be_takenup>
  <Age>String content</Age>
  <Bank_Name>String content</Bank_Name>
  <Beneficiary_Margin>String content</Beneficiary_Margin>
  <Branch_name>String content</Branch_name>
  <CC_Contact_No>String content</CC_Contact_No>
  <Created_By>String content</Created_By>
  <Date_Of_Birth>String content</Date_Of_Birth>
  <District_Id>String content</District_Id>
  <Education_Qualification>String content</Education_Qualification>
  <Experience_NOOf_years>String content</Experience_NOOf_years>
  <FATHER_HUSBAND_NAME>String content</FATHER_HUSBAND_NAME>
  <FIN_YEAR>String content</FIN_YEAR>
  <Full_Address>String content</Full_Address>
  <Loan_Required>String content</Loan_Required>
  <MCP_DATE>String content</MCP_DATE>
  <Mandal_Id>String content</Mandal_Id>
  <Member_Name>String content</Member_Name>
  <Member_id>String content</Member_id>
  <Mobile_No>String content</Mobile_No>
  <Present_Activity>String content</Present_Activity>
  <SB_Account_No>String content</SB_Account_No>
  <SHG_BANK_CODE>String content</SHG_BANK_CODE>
  <SHG_BRANCH_CODE>String content</SHG_BRANCH_CODE>
  <SHG_Bank_Name>String content</SHG_Bank_Name>
  <SHG_Loan_Account_No>String content</SHG_Loan_Account_No>
  <SHG_NAME>String content</SHG_NAME>
  <SHG_id>String content</SHG_id>
  <Social_Category>String content</Social_Category>
  <Total_outlay>String content</Total_outlay>
  <Type_of_Loan>String content</Type_of_Loan>
  <Unit_Address>String content</Unit_Address>
  <VOA_Contact_No>String content</VOA_Contact_No>
  <VO_ID>String content</VO_ID>
  <VO_Name>String content</VO_Name>
  <VO_id>String content</VO_id>
  <Village>String content</Village>
  <bank_code>String content</bank_code>
  <branch_code>String content</branch_code>
  <loan_purpose_id>String content</loan_purpose_id>
  <loan_source_id>String content</loan_source_id>
  <loan_source_name>String content</loan_source_name>
  <loan_sub_purpose_id>String content</loan_sub_purpose_id>
  <loan_sub_purpose_name>String content</loan_sub_purpose_name>
  <mem_account_no_new>String content</mem_account_no_new>
  <mem_bank_code_new>String content</mem_bank_code_new>
  <mem_bank_name_new>String content</mem_bank_name_new>
  <mem_branch_code_new>String content</mem_branch_code_new>
  <mem_branch_name_new>String content</mem_branch_name_new>
  <other_loan_source>String content</other_loan_source>
  <response_message>String content</response_message>
</Insert_Member_Profile>

The following is an example request Json body:

{
	"APM_Contact_No":"String content",
	"Aadhar_No":"String content",
	"Activity_Proposed_to_be_takenup":"String content",
	"Age":"String content",
	"Bank_Name":"String content",
	"Beneficiary_Margin":"String content",
	"Branch_name":"String content",
	"CC_Contact_No":"String content",
	"Created_By":"String content",
	"Date_Of_Birth":"String content",
	"District_Id":"String content",
	"Education_Qualification":"String content",
	"Experience_NOOf_years":"String content",
	"FATHER_HUSBAND_NAME":"String content",
	"FIN_YEAR":"String content",
	"Full_Address":"String content",
	"Loan_Required":"String content",
	"MCP_DATE":"String content",
	"Mandal_Id":"String content",
	"Member_Name":"String content",
	"Member_id":"String content",
	"Mobile_No":"String content",
	"Present_Activity":"String content",
	"SB_Account_No":"String content",
	"SHG_BANK_CODE":"String content",
	"SHG_BRANCH_CODE":"String content",
	"SHG_Bank_Name":"String content",
	"SHG_Loan_Account_No":"String content",
	"SHG_NAME":"String content",
	"SHG_id":"String content",
	"Social_Category":"String content",
	"Total_outlay":"String content",
	"Type_of_Loan":"String content",
	"Unit_Address":"String content",
	"VOA_Contact_No":"String content",
	"VO_ID":"String content",
	"VO_Name":"String content",
	"VO_id":"String content",
	"Village":"String content",
	"bank_code":"String content",
	"branch_code":"String content",
	"loan_purpose_id":"String content",
	"loan_source_id":"String content",
	"loan_source_name":"String content",
	"loan_sub_purpose_id":"String content",
	"loan_sub_purpose_name":"String content",
	"mem_account_no_new":"String content",
	"mem_bank_code_new":"String content",
	"mem_bank_name_new":"String content",
	"mem_branch_code_new":"String content",
	"mem_branch_name_new":"String content",
	"other_loan_source":"String content",
	"response_message":"String content"
}

The following is an example response Xml body:

<Response_Lead xmlns="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts">
  <InsertResponse>String content</InsertResponse>
  <ResponseMessage>String content</ResponseMessage>
</Response_Lead>

The following is an example response Json body:

{
	"InsertResponse":"String content",
	"ResponseMessage":"String content"
}

The following is the request Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="Insert_Member_Profile">
    <xs:sequence>
      <xs:element minOccurs="0" name="APM_Contact_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Aadhar_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Activity_Proposed_to_be_takenup" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Age" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Bank_Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Beneficiary_Margin" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Branch_name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CC_Contact_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Created_By" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Date_Of_Birth" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="District_Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Education_Qualification" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Experience_NOOf_years" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FATHER_HUSBAND_NAME" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FIN_YEAR" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Full_Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Loan_Required" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="MCP_DATE" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Mandal_Id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Member_Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Member_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Mobile_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Present_Activity" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SB_Account_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_BANK_CODE" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_BRANCH_CODE" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_Bank_Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_Loan_Account_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_NAME" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SHG_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Social_Category" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Total_outlay" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Type_of_Loan" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Unit_Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VOA_Contact_No" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VO_ID" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VO_Name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VO_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Village" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="bank_code" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="branch_code" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="loan_purpose_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="loan_source_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="loan_source_name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="loan_sub_purpose_id" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="loan_sub_purpose_name" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="mem_account_no_new" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="mem_bank_code_new" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="mem_bank_name_new" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="mem_branch_code_new" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="mem_branch_name_new" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="other_loan_source" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="response_message" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Insert_Member_Profile" nillable="true" type="tns:Insert_Member_Profile" />
</xs:schema>

Additional request Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="schema">
    <xs:complexType />
  </xs:element>
</xs:schema>

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/AndroidRESTService.Contracts" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="Response_Lead">
    <xs:sequence>
      <xs:element minOccurs="0" name="InsertResponse" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseMessage" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Response_Lead" nillable="true" type="tns:Response_Lead" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="schema">
    <xs:complexType />
  </xs:element>
</xs:schema>