Cancel all transactions in PIF File
Overview
This route gets all transactions in a file, then cancels VCN and Lodge Payments in emailsent or fax sent status.
Resource Access
POST https://<hostname>/file/v1/cancelAllTransactionsForFile/{fileId}
Example Request
POST https://<hostname>/file/v1/cancelAllTransactionsForFile/db53e663-fe79-5206-a0a7-4b5cc9120263
Example Response
{
"successes": [
"fd4a289a-9b04-5d21-8a81-7e3cf2601132"
],
"successCount": 1,
"failures": [],
"failureCount": 0
}
Updated 3 days ago