DELETE api/Installments/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InstallmentName | Description | Type | Additional information |
---|---|---|---|
InstallmentId | integer |
None. |
|
AdmissionId | integer |
None. |
|
BranchId | integer |
None. |
|
FeesDate | date |
None. |
|
Amt | decimal number |
None. |
|
isPaid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "InstallmentId": 1, "AdmissionId": 2, "BranchId": 1, "FeesDate": "2019-12-11T11:41:31.5770696+00:00", "Amt": 4.0, "isPaid": true }