Milestone Notify Request
Method: HTTP POST method
Endpoint: http://<host_address>:<port_address>/v1/planitem/milestonenotify
Parameter content type: application/json
Sample of
milestoneNotifyRequest
value is given below:
{ "orderID": "string", "orderRef": "string", "planID": "string", "planItemID": "string", "milestoneID": "string", "businessTransactionID": "string", }
Note: You can provide any one parameter from orderID, orderRef, or planID in the request body.