Quality Check Approve
The QC Approve API allows you to approve QC marked IBLPNs. You can perform quality check by using external quality check modules with custom verification methods without accessing the UI or RF QC complete module in Oracle WMS Cloud.
QC Approve
The following are some ways for calling the QC Approve API:
Using lookup by ID:
POST.../entity/iblpn/{id}/qc_approve/
Note: No additional `parameters` data in the request body is required.
Using Bulk QC Approve:
POST.../entity/iblpn/bulk_qc_approve/
Note: The API body should have either the container IDs or container numbers in the
request. You can also send the Vendor Performance code as an option in the API
request body.
Once quality check is approved, the container status becomes Received with QC status as QC approved.