App and Solution
Apps
Add Solutions Compatibility
3min
overview the addsolnscompatibility api is designed for developers with apps compatible with multiple solutions the api allows developers to declare the compatibility of their app with one or more distinct solutions, ensuring seamless subscription to both the app and its associated solutions for example, if an add on app for routing is compatible with both dispatchone and transport management solutions, the developer can use this api to mark its compatibility with both manage solutions compatibility endpoint post /developer/apps/{appid}/compatible solns body parameters parameter description solnids a list of unique ids corresponding to the solutions compatible with the app this solutionid will be the guid of the solution you can also pass a listingids to add compatiable solutions example request solnids { 	"solnids" \[ 	 "solution\ c49e207d 7595 4b36 a2e7 8d35a96f2712", 	 "solution\ a23d3f6b 4759 4323 bc84 e2f956a42e14" 	] } listingids { "solnids" \[ "vehicle soln 1", "vehicle soln 2" ] } developers can use the following endpoints to retrieve compatible solutions, or remove specific solutions from the compatibility list 1\ retrieve compatible solutions getcompatiblesolutions fetches a list of solutions compatible with a specified app the response provides a list of all solnids that are compatible with the app each id corresponds to a unique solution 2\ remove compatible solutions removecompatiblesolutions removes specific solutions from the compatibility list, without needing to reconstruct the entire list from scratch