How to pass NextCheckNumber in Process Payments/Print Checks Using Rest Api.
when I call processAll entity show that message--
Next Check Number is required to print AP Payments with 'Payment Ref.' empty.
How to pass NextCheckNumber in Process Payments/Print Checks Using Rest Api.
when I call processAll entity show that message--
Next Check Number is required to print AP Payments with 'Payment Ref.' empty.
Best answer by jinin
Hi
Can you change the configuration for the Check payment for the cash account? It will consider the NextCheckNumber from here. And also use the Cash account in the request.

Try the JSON below
{
"entity": {},
"parameters": {
"PaymentMethod": {
"value": "CHECK"
},
"CashAccount": {
"value": "10200"
}
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.