How to get unapplied receipts for a customer via REST API
Summary:
The REST API Get All Standard Receipts can be used to retrieve the receipts of a customer using the following query
https://<HOST>/fscmRestApi/resources/latest/standardReceipts?q=<Customer Name>
In the response payload, the attribute "State" = "UnApplied" gives the receipts that are unapplied.
However with the REST Api, unable to use the fields or query parameters to filter and return only receipts for a customer where the state is unapplied.
How can one achieve this via REST API call ?
Content (required):
Version (include the version you are using, if applicable):
22c
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0