How to create Auto Apply receipt application using Rest API?
Hi All,
How to create Auto Apply using Rest API?
- I have tried creating auto application using below payload, remittance information is captured but does not auto apply.
- Note: Automatch rule set is configured and able to create auto apply creating manual receipt
- Used the Soap Web Service 'scmService/CreateAndApplyReceiptService', Unable to create receipt without trx number and customer trx id in the payload
Regards,
Gotham
Rest API Payload
{
"ReceiptNumber":"SKR_Receipt_1013",
"ReceiptMethod":"Check (Directly/No Remit)",
"BusinessUnit":"US1 Business Unit",
"CustomerAccountNumber":"24104",
"Amount":1000,
"Currency":"USD",
"RemittanceBankAccountNumber":"10271-17621-619",
"remittanceReferences":
[
{
"ReceiptMatchBy":"Transaction Number",
"ReferenceNumber":"69766",
"ReferenceAmount":"1000"
}
]
}
Tagged:
0