Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to create Auto Apply receipt application using Rest API?

edited Jun 11, 2023 9:36PM in Receivables & Collections 2 comments

Hi All,

How to create Auto Apply using Rest API?

  1. I have tried creating auto application using below payload, remittance information is captured but does not auto apply.
  2. Note: Automatch rule set is configured and able to create auto apply creating manual receipt
  3. 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"

        }

    ]

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!