REST API from Standard Receipts Creation with Payload and Query
Payload :- { "ReceiptNumber" : "TEST-90001" , "ReceiptMethod" : "SD HDFC" , "BusinessUnit" : "ABC Private Limited" , "CustomerAccountNumber" : "1001" , "CustomerSite" : "1001" , "Amount" : 1001.95 , "Currency" : "INR" , "RemittanceBankAccountNumber" : "00030330020116" } Select * from AR_RECEIPT_CLASSES where RECEIPT_CLASS_ID = 300000001865030 select * from HZ_CUST_ACCOUNTS where cust_account_id = 300000001865163 select * from HZ_PARTIES where party_id = 300000001865161 select * from AR_RECEIPT_METHODS where receipt_method_id = 300000001865031 Select * from AR_RECEIPT_CLASSES where RECEIPT_CLASS_ID = 300000001865030 select * from AR_RECEIPT_METHOD_ACCOUNTS_ALL where receipt_method_id = 300000001865031 select * from CE_BANK_ACCOUNTS where BANK_ACCOUNT_ID in (...