PUT api/Payments/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PaymentName | Description | Type | Additional information |
---|---|---|---|
PaymentId | integer |
None. |
|
InstallmentId | integer |
None. |
|
AdmissionId | integer |
None. |
|
BranchId | integer |
None. |
|
Account | string |
None. |
|
FeesReceiptID | string |
None. |
|
PaymentDate | date |
None. |
|
PaymentMode | string |
None. |
|
Amt | decimal number |
None. |
|
ApplyTax | boolean |
None. |
|
TotGST | decimal number |
None. |
|
CGST | decimal number |
None. |
|
SGST | decimal number |
None. |
|
NetAmt | decimal number |
None. |
|
ChqNo | string |
None. |
|
ChqDDDate | date |
None. |
|
ChqDDBank | integer |
None. |
|
ChqCleared | boolean |
None. |
|
RefNo | string |
None. |
|
PaymentCat | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaymentId": 1, "InstallmentId": 1, "AdmissionId": 1, "BranchId": 1, "Account": "sample string 2", "FeesReceiptID": "sample string 3", "PaymentDate": "2019-12-11T11:42:57.6542144+00:00", "PaymentMode": "sample string 4", "Amt": 1.0, "ApplyTax": true, "TotGST": 1.0, "CGST": 1.0, "SGST": 1.0, "NetAmt": 1.0, "ChqNo": "sample string 5", "ChqDDDate": "2019-12-11T11:42:57.6542144+00:00", "ChqDDBank": 1, "ChqCleared": true, "RefNo": "sample string 6", "PaymentCat": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.