Merge Shuttle Service (Preview)

Merge Shuttle Service is the connector provided by Transport and Parking team to fetch and update the Shuttle Fixed Route Schedules from Merge Shuttle API. We have capabilities like Book Shuttle, Book Connector, View Routes, Find Closest Connector, etc. As part of this Connector we are only supporting the fixed route shuttle view and edit.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Contact | |
---|---|
Name | Transport and Parking Exp India |
URL | https://nonprod.merge.microsoft.com/#/ |
tandpind@microsoft.com |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://merge.microsoft.com/#/ |
Privacy policy | https://privacy.microsoft.com |
Categories | Website |
Prerequisites
Please connect with the Transport and Parking Team to use this connector, you have to be part of SG group to access this connector.
How to get credentials?
Please connect with the Transport and Parking Team to access this connector.
Known issues and limitations
This connector is to be used to fetch and update only Fixed Route Shuttle Schedule, other Merge capabilities are not available as part of this connector.
Creating a connection
To connect your account, you will need the following information:
Name | Type | Description |
---|---|---|
Login URI (Environment) | string |
The Merge Shuttle Services Login URI. Can choose to connect with Production and Non Production environment |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get Shuttles data from merge service |
Fixed Route API for the Shuttles API |
Update Shuttles data for merge service |
Post Fixed Route Data |
Get Shuttles data from merge service
Fixed Route API for the Shuttles API
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
routeMasterId
|
routeMasterId | integer |
routeMasterId |
routeMasterName
|
routeMasterName | string |
routeMasterName |
tripSchedules
|
tripSchedules | array of object |
tripSchedules |
stops
|
tripSchedules.stops | array of object |
stops |
feedstoreBuildingId
|
tripSchedules.stops.feedstoreBuildingId | integer |
feedstoreBuildingId |
refBuildingId
|
tripSchedules.stops.refBuildingId | integer |
refBuildingId |
refBuildingName
|
tripSchedules.stops.refBuildingName | string |
refBuildingName |
stopName
|
tripSchedules.stops.stopName | string |
stopName |
isPickup
|
tripSchedules.stops.isPickup | boolean |
isPickup |
isDropOff
|
tripSchedules.stops.isDropOff | boolean |
isDropOff |
displayOrder
|
tripSchedules.stops.displayOrder | integer |
displayOrder |
tripDetail
|
tripSchedules.tripDetail | array of object |
tripDetail |
vehicleName
|
tripSchedules.tripDetail.vehicleName | string |
vehicleName |
stopSchedules
|
tripSchedules.tripDetail.stopSchedules | array of object |
stopSchedules |
stopName
|
tripSchedules.tripDetail.stopSchedules.stopName | string |
stopName |
stopTime
|
tripSchedules.tripDetail.stopSchedules.stopTime | string |
stopTime |
displayOrder
|
tripSchedules.tripDetail.stopSchedules.displayOrder | integer |
displayOrder |
displayOrder
|
tripSchedules.tripDetail.displayOrder | integer |
displayOrder |
startTime
|
tripSchedules.startTime | string |
startTime |
endTime
|
tripSchedules.endTime | string |
endTime |
tripFrequency
|
tripSchedules.tripFrequency | string |
tripFrequency |
displayOrder
|
displayOrder | integer |
displayOrder |
imageUrl
|
imageUrl | string |
imageUrl |
Update Shuttles data for merge service
Post Fixed Route Data
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
routeMasterName
|
routeMasterName | string |
routeMasterName |
|
feedstoreBuildingId
|
feedstoreBuildingId | integer |
feedstoreBuildingId |
|
stopName
|
stopName | string |
stopName |
|
isPickup
|
isPickup | boolean |
isPickup |
|
isDropOff
|
isDropOff | boolean |
isDropOff |
|
displayOrder
|
displayOrder | integer |
displayOrder |
|
refBuildingName
|
refBuildingName | string |
refBuildingName |
|
refBuildingId
|
refBuildingId | integer |
refBuildingId |
|
stopName
|
stopName | string |
stopName |
|
stopTime
|
stopTime | string |
stopTime |
|
displayOrder
|
displayOrder | integer |
displayOrder |
|
vehicleName
|
vehicleName | string |
vehicleName |
|
displayOrder
|
displayOrder | integer |
displayOrder |
|
startTime
|
startTime | string |
startTime |
|
endTime
|
endTime | string |
endTime |
|
routeMasterId
|
routeMasterId | integer |
routeMasterId |
|
displayOrder
|
displayOrder | integer |
displayOrder |
|
imageUrl
|
imageUrl | string |
imageUrl |