POST api/loans/{bhphAccountNumber}/postPayment/revert
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bhphAccountNumber | integer |
Required |
Body Parameters
ReversalPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| Note | string |
None. |
|
| Date | date |
None. |
|
| PaymentAmount | decimal number |
None. |
|
| ConvenienceFee | decimal number |
None. |
|
| PaymentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Note": "sample string 1",
"Date": "2025-12-06T03:33:36.9416902+00:00",
"PaymentAmount": 3.0,
"ConvenienceFee": 4.0,
"PaymentType": "sample string 5"
}
application/xml, text/xml
Sample:
<ReversalPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.Models"> <ConvenienceFee>4</ConvenienceFee> <Date>2025-12-06T03:33:36.9416902+00:00</Date> <PaymentAmount>3</PaymentAmount> <PaymentType>sample string 5</PaymentType> <Note>sample string 1</Note> </ReversalPayment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |