Maker Checker
This section covers the details of the maker checker API supported by SRMS 2.0.
PUTv1.0.0/order/approval/{serviceReqeustId}
http://localhost:7101/ms-servicerequest-api/api/v1.0.0/order/approval/SR202384062318765510
Case 1 - Approve Record
{ "serviceRequest": { "purpose": "APPROVE", "actionNotes": "50 slips chequebook available & approved" } }
{ "serviceRequestId": "SR202384062318765510", "message": "Approved successfully" }
Case 2 - Reject Record
{ "serviceRequest": { "purpose": "REJECT", "actionNotes": "ONLY 50 or 100 slips book are available" } }
{ "serviceRequestId": "SR202384063755170555", "message": "Rejected successfully" }
In this topic