GET api/General/GetDafaultAmoutRemaining?schedule_date={schedule_date}&MothlyInst={MothlyInst}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schedule_date | date |
Required |
|
| MothlyInst | integer |
Required |
Body Parameters
sp_InstSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| Amount | integer |
None. |
|
| RatePerInstallnment | integer |
None. |
|
| GapsOfMonth | integer |
None. |
|
| StartingGap | integer |
None. |
|
| Type | integer |
None. |
|
| NumberOfInstallnment | integer |
None. |
|
| ReceivedAmount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"Amount": 3,
"RatePerInstallnment": 4,
"GapsOfMonth": 5,
"StartingGap": 6,
"Type": 7,
"NumberOfInstallnment": 8,
"ReceivedAmount": 9
}
application/xml, text/xml
Sample:
<sp_InstSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMS_WEBAPI_UPDATED"> <Amount>3</Amount> <Description>sample string 2</Description> <GapsOfMonth>5</GapsOfMonth> <Id>1</Id> <NumberOfInstallnment>8</NumberOfInstallnment> <RatePerInstallnment>4</RatePerInstallnment> <ReceivedAmount>9</ReceivedAmount> <StartingGap>6</StartingGap> <Type>7</Type> </sp_InstSummary_Result>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>