POST api/loans/{accountNumber}/payments/take
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountNumber | integer |
Required |
Body Parameters
PaymentBase| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | integer |
None. |
|
| Amount | decimal number |
None. |
|
| EffectiveDate | date |
None. |
|
| DeliveryMethod | string |
None. |
|
| PaymentMethod | string |
None. |
|
| PaymentMethodLabel | string |
None. |
|
| Memo | string |
None. |
|
| ProcessType | string |
None. |
|
| ElectronicTransaction | ElectronicTransaction |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.