Microservices
R24 AMR | Min(s) read

Maker Checker

This section covers the details of the maker checker API supported by SRMS 2.0.

Approve/Reject Maker Checker Record
This API is used to approve or reject the service request records that are pending approval. This is intended for the checker role users.

PUTv1.0.0/order/approval/{serviceReqeustId}

Sample URL
http://localhost:7101/ms-servicerequest-api/api/v1.0.0/order/approval/SR202384062318765510

Case 1 - Approve Record

Sample Request
{
    "serviceRequest": {
        "purpose": "APPROVE",
        "actionNotes": "50 slips chequebook available & approved"
    }
}
Sample Response
{
  "serviceRequestId": "SR202384062318765510",
  "message": "Approved successfully"
}					

Case 2 - Reject Record

Sample Request
{
    "serviceRequest": {
        "purpose": "REJECT",
        "actionNotes": "ONLY 50 or 100 slips book are available"
    }
}
Sample Response
{
  "serviceRequestId": "SR202384063755170555",
  "message": "Rejected successfully"
}		

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Wednesday, June 12, 2024 3:49:46 PM IST