Client Supply Validation (Scan Barcode Seal)

Digunakan untuk check apakah nomor seal yang di scan adalah valid sebagai client supply untuk lokasi bersangkutan (baik barcode Official Receipt maupun barcode dari seal bag).
"taskRefId" = taskId dari service collection bersangkutan
JSON PARAM
{
"flow": "supplyValidation",
"taskRefId": "44444",
"taskAssignedTo": "cs12345678",
"sealNumber": "10401234567"
}
JSON RESPONSE
success = true (jika nomor seal benar valid untuk lokasi bersangkutan), sebaliknya false jika tidak valid.
{
"success": true,
"message": ""
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.