POST api/InsertLoanBreak

Request Information

URI Parameters

None.

Body Parameters

InsertLoanBreak
NameDescriptionTypeAdditional information
MemberNo

string

None.

CloseDate

string

None.

LoanNo

string

None.

MemberName

string

None.

LoanType

string

None.

LoanTypeText

string

None.

LastInstallmentDate

string

None.

RateOfIntrest

string

None.

PaidInstallment

string

None.

InterestAmount

string

None.

ReaminingAmount

string

None.

PenaltyAmount

string

None.

LoanAmount

string

None.

PayBy

string

None.

PayByText

string

None.

Remark

string

None.

BtnText

string

None.

ReqID

string

None.

Compid

string

None.

BranchID

string

None.

FyId

string

None.

UserId

string

None.

CloseBalinte

string

None.

CloseNaturIn

string

None.

CloseBalInterest

string

None.

CloseNatueInterest

string

None.

CloseBalForBank

string

None.

CloseNatueForBank

string

None.

CloseBalWith

string

None.

CloseNaturwith

string

None.

InterestLedger

string

None.

CompBranchCode

string

None.

CompBranchFyCode

string

None.

PenaltyLedger

string

None.

UpdateIns

string

None.

PlanCategory

string

None.

ChqueNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberNo": "sample string 1",
  "CloseDate": "sample string 2",
  "LoanNo": "sample string 3",
  "MemberName": "sample string 4",
  "LoanType": "sample string 5",
  "LoanTypeText": "sample string 6",
  "LastInstallmentDate": "sample string 7",
  "RateOfIntrest": "sample string 8",
  "PaidInstallment": "sample string 9",
  "InterestAmount": "sample string 10",
  "ReaminingAmount": "sample string 11",
  "PenaltyAmount": "sample string 12",
  "LoanAmount": "sample string 13",
  "PayBy": "sample string 14",
  "PayByText": "sample string 15",
  "Remark": "sample string 16",
  "BtnText": "sample string 17",
  "ReqID": "sample string 18",
  "Compid": "sample string 19",
  "BranchID": "sample string 20",
  "FyId": "sample string 21",
  "UserId": "sample string 22",
  "CloseBalinte": "sample string 23",
  "CloseNaturIn": "sample string 24",
  "CloseBalInterest": "sample string 25",
  "CloseNatueInterest": "sample string 26",
  "CloseBalForBank": "sample string 27",
  "CloseNatueForBank": "sample string 28",
  "CloseBalWith": "sample string 29",
  "CloseNaturwith": "sample string 30",
  "InterestLedger": "sample string 31",
  "CompBranchCode": "sample string 32",
  "CompBranchFyCode": "sample string 33",
  "PenaltyLedger": "sample string 34",
  "UpdateIns": "sample string 35",
  "PlanCategory": "sample string 36",
  "ChqueNo": "sample string 37"
}

application/xml, text/xml

Sample:
<InsertLoanBreak xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSG.Data">
  <BranchID>sample string 20</BranchID>
  <BtnText>sample string 17</BtnText>
  <ChqueNo>sample string 37</ChqueNo>
  <CloseBalForBank>sample string 27</CloseBalForBank>
  <CloseBalInterest>sample string 25</CloseBalInterest>
  <CloseBalWith>sample string 29</CloseBalWith>
  <CloseBalinte>sample string 23</CloseBalinte>
  <CloseDate>sample string 2</CloseDate>
  <CloseNatueForBank>sample string 28</CloseNatueForBank>
  <CloseNatueInterest>sample string 26</CloseNatueInterest>
  <CloseNaturIn>sample string 24</CloseNaturIn>
  <CloseNaturwith>sample string 30</CloseNaturwith>
  <CompBranchCode>sample string 32</CompBranchCode>
  <CompBranchFyCode>sample string 33</CompBranchFyCode>
  <Compid>sample string 19</Compid>
  <FyId>sample string 21</FyId>
  <InterestAmount>sample string 10</InterestAmount>
  <InterestLedger>sample string 31</InterestLedger>
  <LastInstallmentDate>sample string 7</LastInstallmentDate>
  <LoanAmount>sample string 13</LoanAmount>
  <LoanNo>sample string 3</LoanNo>
  <LoanType>sample string 5</LoanType>
  <LoanTypeText>sample string 6</LoanTypeText>
  <MemberName>sample string 4</MemberName>
  <MemberNo>sample string 1</MemberNo>
  <PaidInstallment>sample string 9</PaidInstallment>
  <PayBy>sample string 14</PayBy>
  <PayByText>sample string 15</PayByText>
  <PenaltyAmount>sample string 12</PenaltyAmount>
  <PenaltyLedger>sample string 34</PenaltyLedger>
  <PlanCategory>sample string 36</PlanCategory>
  <RateOfIntrest>sample string 8</RateOfIntrest>
  <ReaminingAmount>sample string 11</ReaminingAmount>
  <Remark>sample string 16</Remark>
  <ReqID>sample string 18</ReqID>
  <UpdateIns>sample string 35</UpdateIns>
  <UserId>sample string 22</UserId>
</InsertLoanBreak>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult
NameDescriptionTypeAdditional information
StatusId

integer

None.

Status

string

None.

returndbmllist

Collection of sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusId": 1,
  "Status": "sample string 2",
  "returndbmllist": [
    {
      "MaxBookNo": 1
    },
    {
      "MaxBookNo": 1
    }
  ]
}

application/xml, text/xml

Sample:
<returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResultQfFs7G33 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SSGAPI.Models">
  <Status>sample string 2</Status>
  <StatusId>1</StatusId>
  <returndbmllist xmlns:d2p1="http://schemas.datacontract.org/2004/07/SSG.Data">
    <d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
      <d2p1:MaxBookNo>1</d2p1:MaxBookNo>
    </d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
    <d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
      <d2p1:MaxBookNo>1</d2p1:MaxBookNo>
    </d2p1:sp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResult>
  </returndbmllist>
</returndbmlOfsp_GetMaxVNofromEmployeeRegistrationbycompidBranchIDResultQfFs7G33>