Unapplying Payment Using an API
This API reverses the payment applied to an invoice.
|
API |
Signature |
|---|---|
|
Apttus_Billing.BillingService.unapplyPaymentsToInvoices |
|
The API accepts payment term ID, invoice ID, and transaction amount as the required input parameters.
Request - UnappplyPaymentRequestInput
|
Field |
Type |
Required |
Description |
|---|---|---|---|
|
Payment Record ID |
|
Yes |
Payment record ID associated with the invoice |
|
Invoice Record ID |
|
Yes |
Invoice record ID from which the payment is to be reversed |
|
Transaction amount |
|
Yes |
Exact applied amount to be reversed |
Response
|
Field |
Type |
Description |
|---|---|---|
|
CustomClass.UnapplyPaymentResponse |
|
A result parameter is returned for each request parameter. |
