POST api/General/CheckIfValidDefInstallment?schedule_date={schedule_date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schedule_date | date |
Required |
Body Parameters
vu_DefAmountSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| balanceAmount | integer |
None. |
|
| NumberOfInstallnment | integer |
None. |
|
| TotalAmountRecieved | integer |
None. |
|
| GapsOfMonth | integer |
None. |
|
| Amount | integer |
None. |
|
| Type | integer |
None. |
|
| Description | string |
None. |
|
| RatePerInstallnment | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ScheduleBooking_Id | integer |
None. |
|
| isForBlackList | boolean |
None. |
|
| NumberOfInstallnmentReceived | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"balanceAmount": 1,
"NumberOfInstallnment": 2,
"TotalAmountRecieved": 1,
"GapsOfMonth": 3,
"Amount": 4,
"Type": 5,
"Description": "sample string 6",
"RatePerInstallnment": 7,
"CreatedBy": 8,
"CreatedDate": "2025-10-27T15:51:22.6890328-05:00",
"ScheduleBooking_Id": 1,
"isForBlackList": true,
"NumberOfInstallnmentReceived": 1
}
application/xml, text/xml
Sample:
<vu_DefAmountSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMS_WEBAPI_UPDATED"> <Amount>4</Amount> <CreatedBy>8</CreatedBy> <CreatedDate>2025-10-27T15:51:22.6890328-05:00</CreatedDate> <Description>sample string 6</Description> <GapsOfMonth>3</GapsOfMonth> <Id>1</Id> <NumberOfInstallnment>2</NumberOfInstallnment> <NumberOfInstallnmentReceived>1</NumberOfInstallnmentReceived> <RatePerInstallnment>7</RatePerInstallnment> <ScheduleBooking_Id>1</ScheduleBooking_Id> <TotalAmountRecieved>1</TotalAmountRecieved> <Type>5</Type> <balanceAmount>1</balanceAmount> <isForBlackList>true</isForBlackList> </vu_DefAmountSummary>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>