Trip Summary Refresh (Web API)
Sabre Red 360 Software Development Kit provides a capability to refresh Trip Summary from browser JxBrowser. Whenever developer decides that after some application operations it is necessary to refresh Trip Summary then it can be done by making a simple javascript call.
Usage
When you have to refresh Trip Summary from JavaScript code make JavaScript call by:
SrwApi3.refreshTripSummary();
To be able to refresh Trip Summary add below authorization entry to redapp.xml file in <RedApp></RedApp> section:
<Authorization name="com.sabre.edge.dynamo.cf.service.TripSummary" threshold="[threshold]" metric="[metric]" />