POST api/AmsMobile/MBLSaveLoanApplication

Request Information

URI Parameters

None.

Body Parameters

ApplicationModel
NameDescriptionTypeAdditional information
ApplicationID

integer

None.

ApplicationCode

string

None.

ApplicationDate

date

None.

UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

LoanTypeID

integer

None.

CustomerID

integer

None.

CoApplicantID

integer

None.

CoApplicantID2nd

integer

None.

StaffID

integer

None.

SchemeID

integer

None.

SecurityTypeID

integer

None.

SecurityAmount

decimal number

None.

TenureTypeID

integer

None.

TenureType

string

None.

Tenure

integer

None.

CollectionType

string

None.

Remarks

string

None.

CreditPeriod

integer

None.

LoanAmount

decimal number

None.

IsActive

integer

None.

GuarantorModel

Collection of GuarantorModel

None.

VehicleModel

VehicleModel

None.

LoanImageModel

Collection of LoanImageModel

None.

GoldModel

Collection of GoldModel

None.

HomeLoanModel

HomeLoanModel

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationID": 1,
  "ApplicationCode": "sample string 2",
  "ApplicationDate": "2025-12-12T02:28:43.511909+05:30",
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "LoanTypeID": 1,
  "CustomerID": 1,
  "CoApplicantID": 1,
  "CoApplicantID2nd": 1,
  "StaffID": 1,
  "SchemeID": 1,
  "SecurityTypeID": 1,
  "SecurityAmount": 1.0,
  "TenureTypeID": 1,
  "TenureType": "sample string 3",
  "Tenure": 1,
  "CollectionType": "sample string 4",
  "Remarks": "sample string 5",
  "CreditPeriod": 1,
  "LoanAmount": 1.0,
  "IsActive": 1,
  "GuarantorModel": [
    {
      "GuarantorID": 1,
      "GuarantorName": "sample string 1",
      "FatherName": "sample string 2",
      "MobileNumber": "sample string 3",
      "EmailID": "sample string 4",
      "PAN": "sample string 5",
      "IsPanVerify": 1,
      "Aadhar": "sample string 6",
      "IsAadharVerify": 1,
      "Address": "sample string 7",
      "GuarantorImage": "sample string 8",
      "PanImage": "sample string 9",
      "AadharFrontImage": "sample string 10",
      "AadharBackImage": "sample string 11",
      "CustomerID": 1
    },
    {
      "GuarantorID": 1,
      "GuarantorName": "sample string 1",
      "FatherName": "sample string 2",
      "MobileNumber": "sample string 3",
      "EmailID": "sample string 4",
      "PAN": "sample string 5",
      "IsPanVerify": 1,
      "Aadhar": "sample string 6",
      "IsAadharVerify": 1,
      "Address": "sample string 7",
      "GuarantorImage": "sample string 8",
      "PanImage": "sample string 9",
      "AadharFrontImage": "sample string 10",
      "AadharBackImage": "sample string 11",
      "CustomerID": 1
    }
  ],
  "VehicleModel": {
    "VehicleID": 1,
    "ApplicationID": 1,
    "VehicleMac": "sample string 2",
    "VehicleModelNo": "sample string 3",
    "ExShowroomPrice": 1.0,
    "RTOCharges": 1.0,
    "InsuranceAmount": 1.0,
    "AccessoriesAmount": 1.0,
    "DiscountByDealer": 1.0,
    "DiscountByDSA": 1.0,
    "DiscountByManufectuter": 1.0,
    "DealerID": 1,
    "VehicleCategoryID": 1,
    "VehicleNameID": 1,
    "ColorID": 1,
    "OilTypeID": 1,
    "IsActive": 1,
    "UserID": 1,
    "CompanyID": 1,
    "FinancialYearID": 1,
    "FinancialYear": "sample string 4"
  },
  "LoanImageModel": [
    {
      "ImagePath": "sample string 1",
      "Description": "sample string 2",
      "CustomerID": 1,
      "ApplicationID": 1,
      "LoanTypeID": 1
    },
    {
      "ImagePath": "sample string 1",
      "Description": "sample string 2",
      "CustomerID": 1,
      "ApplicationID": 1,
      "LoanTypeID": 1
    }
  ],
  "GoldModel": [
    {
      "GoldTypeID": 1,
      "ItemName": "sample string 2",
      "Quantity": 1.0,
      "PerGramPrice": 1.0,
      "GrossWeight": 1.0,
      "NetWeight": 1.0,
      "TotalValue": 1.0,
      "Image1": "sample string 3",
      "Image2": "sample string 4"
    },
    {
      "GoldTypeID": 1,
      "ItemName": "sample string 2",
      "Quantity": 1.0,
      "PerGramPrice": 1.0,
      "GrossWeight": 1.0,
      "NetWeight": 1.0,
      "TotalValue": 1.0,
      "Image1": "sample string 3",
      "Image2": "sample string 4"
    }
  ],
  "HomeLoanModel": {
    "HomeLoanID": 1,
    "ApplicationID": 1,
    "SchemeName": "sample string 2",
    "BuilderTieUp": 1,
    "BuilderName": "sample string 3",
    "BuildingName": "sample string 4",
    "BuiltUpArea": "sample string 5",
    "PropertyType": 1,
    "ProjectName": "sample string 6",
    "WingName": "sample string 7",
    "PlotArea": "sample string 8",
    "PlinthArea": "sample string 9",
    "FlatNumber": "sample string 10",
    "BlockNumber": "sample string 11",
    "SellerName": "sample string 12",
    "RegisteredOwner": "sample string 13",
    "SellerAddress1": "sample string 14",
    "SellerAddress2": "sample string 15",
    "LandlineNumber": "sample string 16",
    "IsActive": 1
  },
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 6"
}

application/xml, text/xml

Sample:
<ApplicationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 6</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <ApplicationCode>sample string 2</ApplicationCode>
  <ApplicationDate>2025-12-12T02:28:43.511909+05:30</ApplicationDate>
  <ApplicationID>1</ApplicationID>
  <AreaID>1</AreaID>
  <BranchID>1</BranchID>
  <CoApplicantID>1</CoApplicantID>
  <CoApplicantID2nd>1</CoApplicantID2nd>
  <CollectionType>sample string 4</CollectionType>
  <CreditPeriod>1</CreditPeriod>
  <CustomerID>1</CustomerID>
  <GoldModel>
    <GoldModel>
      <GoldTypeID>1</GoldTypeID>
      <GrossWeight>1</GrossWeight>
      <Image1>sample string 3</Image1>
      <Image2>sample string 4</Image2>
      <ItemName>sample string 2</ItemName>
      <NetWeight>1</NetWeight>
      <PerGramPrice>1</PerGramPrice>
      <Quantity>1</Quantity>
      <TotalValue>1</TotalValue>
    </GoldModel>
    <GoldModel>
      <GoldTypeID>1</GoldTypeID>
      <GrossWeight>1</GrossWeight>
      <Image1>sample string 3</Image1>
      <Image2>sample string 4</Image2>
      <ItemName>sample string 2</ItemName>
      <NetWeight>1</NetWeight>
      <PerGramPrice>1</PerGramPrice>
      <Quantity>1</Quantity>
      <TotalValue>1</TotalValue>
    </GoldModel>
  </GoldModel>
  <GuarantorModel>
    <GuarantorModel>
      <Aadhar>sample string 6</Aadhar>
      <AadharBackImage>sample string 11</AadharBackImage>
      <AadharFrontImage>sample string 10</AadharFrontImage>
      <Address>sample string 7</Address>
      <CustomerID>1</CustomerID>
      <EmailID>sample string 4</EmailID>
      <FatherName>sample string 2</FatherName>
      <GuarantorID>1</GuarantorID>
      <GuarantorImage>sample string 8</GuarantorImage>
      <GuarantorName>sample string 1</GuarantorName>
      <IsAadharVerify>1</IsAadharVerify>
      <IsPanVerify>1</IsPanVerify>
      <MobileNumber>sample string 3</MobileNumber>
      <PAN>sample string 5</PAN>
      <PanImage>sample string 9</PanImage>
    </GuarantorModel>
    <GuarantorModel>
      <Aadhar>sample string 6</Aadhar>
      <AadharBackImage>sample string 11</AadharBackImage>
      <AadharFrontImage>sample string 10</AadharFrontImage>
      <Address>sample string 7</Address>
      <CustomerID>1</CustomerID>
      <EmailID>sample string 4</EmailID>
      <FatherName>sample string 2</FatherName>
      <GuarantorID>1</GuarantorID>
      <GuarantorImage>sample string 8</GuarantorImage>
      <GuarantorName>sample string 1</GuarantorName>
      <IsAadharVerify>1</IsAadharVerify>
      <IsPanVerify>1</IsPanVerify>
      <MobileNumber>sample string 3</MobileNumber>
      <PAN>sample string 5</PAN>
      <PanImage>sample string 9</PanImage>
    </GuarantorModel>
  </GuarantorModel>
  <HomeLoanModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/">
    <d2p1:ApplicationID>1</d2p1:ApplicationID>
    <d2p1:BlockNumber>sample string 11</d2p1:BlockNumber>
    <d2p1:BuilderName>sample string 3</d2p1:BuilderName>
    <d2p1:BuilderTieUp>1</d2p1:BuilderTieUp>
    <d2p1:BuildingName>sample string 4</d2p1:BuildingName>
    <d2p1:BuiltUpArea>sample string 5</d2p1:BuiltUpArea>
    <d2p1:FlatNumber>sample string 10</d2p1:FlatNumber>
    <d2p1:HomeLoanID>1</d2p1:HomeLoanID>
    <d2p1:IsActive>1</d2p1:IsActive>
    <d2p1:LandlineNumber>sample string 16</d2p1:LandlineNumber>
    <d2p1:PlinthArea>sample string 9</d2p1:PlinthArea>
    <d2p1:PlotArea>sample string 8</d2p1:PlotArea>
    <d2p1:ProjectName>sample string 6</d2p1:ProjectName>
    <d2p1:PropertyType>1</d2p1:PropertyType>
    <d2p1:RegisteredOwner>sample string 13</d2p1:RegisteredOwner>
    <d2p1:SchemeName>sample string 2</d2p1:SchemeName>
    <d2p1:SellerAddress1>sample string 14</d2p1:SellerAddress1>
    <d2p1:SellerAddress2>sample string 15</d2p1:SellerAddress2>
    <d2p1:SellerName>sample string 12</d2p1:SellerName>
    <d2p1:WingName>sample string 7</d2p1:WingName>
  </HomeLoanModel>
  <IsActive>1</IsActive>
  <LoanAmount>1</LoanAmount>
  <LoanImageModel>
    <LoanImageModel>
      <ApplicationID>1</ApplicationID>
      <CustomerID>1</CustomerID>
      <Description>sample string 2</Description>
      <ImagePath>sample string 1</ImagePath>
      <LoanTypeID>1</LoanTypeID>
    </LoanImageModel>
    <LoanImageModel>
      <ApplicationID>1</ApplicationID>
      <CustomerID>1</CustomerID>
      <Description>sample string 2</Description>
      <ImagePath>sample string 1</ImagePath>
      <LoanTypeID>1</LoanTypeID>
    </LoanImageModel>
  </LoanImageModel>
  <LoanTypeID>1</LoanTypeID>
  <Remarks>sample string 5</Remarks>
  <SchemeID>1</SchemeID>
  <SecurityAmount>1</SecurityAmount>
  <SecurityTypeID>1</SecurityTypeID>
  <StaffID>1</StaffID>
  <Tenure>1</Tenure>
  <TenureType>sample string 3</TenureType>
  <TenureTypeID>1</TenureTypeID>
  <UnitID>1</UnitID>
  <VehicleModel>
    <CompanyID>1</CompanyID>
    <FinancialYear>sample string 4</FinancialYear>
    <FinancialYearID>1</FinancialYearID>
    <UserID>1</UserID>
    <AccessoriesAmount>1</AccessoriesAmount>
    <ApplicationID>1</ApplicationID>
    <ColorID>1</ColorID>
    <DealerID>1</DealerID>
    <DiscountByDSA>1</DiscountByDSA>
    <DiscountByDealer>1</DiscountByDealer>
    <DiscountByManufectuter>1</DiscountByManufectuter>
    <ExShowroomPrice>1</ExShowroomPrice>
    <InsuranceAmount>1</InsuranceAmount>
    <IsActive>1</IsActive>
    <OilTypeID>1</OilTypeID>
    <RTOCharges>1</RTOCharges>
    <VehicleCategoryID>1</VehicleCategoryID>
    <VehicleID>1</VehicleID>
    <VehicleMac>sample string 2</VehicleMac>
    <VehicleModelNo>sample string 3</VehicleModelNo>
    <VehicleNameID>1</VehicleNameID>
  </VehicleModel>
</ApplicationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.