Inbox Service
Overview
Sample Configuration
{
"FSM": {
"searchPath": "http://localhost:9098/fsm/v1/_search",
"dataRoot": "fsm",
"applNosParam": "applicationNos",
"businessIdProperty": "applicationNo",
"applsStatusParam": "applicationStatus"
},
"FSM_VEHICLE_TRIP": {
"searchPath": "http://localhost:8061/vehicle/trip/v1/_search",
"dataRoot": "vehicleTrip",
"applNosParam": "applicationNos",
"businessIdProperty": "applicationNo",
"applsStatusParam": "applicationStatus"
},
"PT.CREATE,PT.MUTATION,PT.UPDATE": {
"searchPath": "http://localhost:8088/property-services/property/_search",
"dataRoot": "Properties",
"applNosParam": "acknowldgementNumber",
"businessIdProperty": "acknowldgementNumber",
"applsStatusParam": "status"
},
"NewTL,EDITRENEWAL,DIRECTRENEWAL": {
"searchPath": "http://localhost:8088/tl-services/v1/_search",
"dataRoot": "Licenses",
"applNosParam": "applicationNumber",
"businessIdProperty": "applicationNumber",
"applsStatusParam": "status"
}
}Service Integration
Last updated
Was this helpful?