By uploading invoice label
Figma - https://auperator.atlassian.net/wiki/spaces/~5b5af401b259d52d88c531aa/pages/3887890449
Once the label is uploaded, check the following things for an order:-
if status = not onhold,
then don't call the unhold api.
Return response to frontend with
status = 200 message = Label uploaded successfully.
if status = onhold,
if pincode is serviceable + riskScore is low/medium
call the unhold api.
return response to frontend
status = 200 message = Label uploaded successfully. The order is now ready for processing.
if Pincode is serviceable OR not serviceable + riskScore is high
Don’t call the unhold API.
return response to frontend
status = 200 message = Label uploaded successfully. Please release the order to make it ready for processing.
Incase of an error
error case 1 : if invoice was not successfully uploaded
error case 2 : order was not marked unhold due to error in unhold api or exception while calling unhold api
error case 3 : Any other exception
Return response to frontend with
status = 400 message = Something went wrong. Please try again after sometime
, multiple selections available,