Approve/Reject PIF Files
Overview
This route will Approve or Deny PIF Files Pending Dual PIF Approval.
Resource Access
POST https://<hostname>/file/v1/dualPifApproval
Parameters
The requested criteria can be a combination of one or more of the following fields:
Keys | Values |
---|---|
status | Approve/Reject |
Example Request
POST https://<hostname>/file/v1/dualPifApproval?status=Approve
Example Response
{
"payload": {
"id": "0e0bfe3f-b1d6-5dff-851a-4c51a1746258"
}
}
200 ok
Updated 3 days ago