Standard Receipts REST Endpoints

Standard Receipts
The standard receipts resource is used to create standard receipts in Receivables to record payment from customers for goods received or services rendered. Standard receipts can be applied to one or more transactions. One or more remittance references can also be provided for applying the receipt to the transactions when the Apply Receipts Using AutoMatch process is run asynchronously.
Create a standard receipt
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardReceipts
Delete a standard receipt
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardReceipts/{StandardReceiptId}
Get a standard receipt
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardReceipts/{StandardReceiptId}
Get all standard receipts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardReceipts
Update a standard receipt
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardReceipts/{StandardReceiptId}