POST api/Payment/Insert_CustomerDPP_Details
Request Information
URI Parameters
None.
Body Parameters
DppData| Name | Description | Type | Additional information |
|---|---|---|---|
| bsCustomerID | string |
None. |
|
| DNPAmount | decimal number |
None. |
|
| DNPDate | date |
None. |
|
| UpFrontAmount | decimal number |
None. |
|
| UpFrontPaymentMethod | string |
None. |
|
| NoOfInstallments | integer |
None. |
|
| TotalInstallmentAmount | decimal number |
None. |
|
| InstallmentAmount | decimal number |
None. |
|
| TransactionID | string |
None. |
|
| username | string |
None. |
|
| emailTo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bsCustomerID": "sample string 1",
"DNPAmount": 2.0,
"DNPDate": "2025-10-29T01:52:51.8410161-04:00",
"UpFrontAmount": 3.0,
"UpFrontPaymentMethod": "sample string 4",
"NoOfInstallments": 5,
"TotalInstallmentAmount": 6.0,
"InstallmentAmount": 7.0,
"TransactionID": "sample string 8",
"username": "sample string 9",
"emailTo": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MyResults| Name | Description | Type | Additional information |
|---|---|---|---|
| MyReturn | boolean |
None. |
|
| MyMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MyReturn": true,
"MyMsg": "sample string 2"
}