I'm not aware of any support for searching by ypid
in Bing Maps. Note that Bing aggregates business data from multiple provides and IDs can change over time and should not be stored. One method you can link to a specific business on the Bing Maps website is by creating a URL that is centered over it's location and searches for the businesses name. Here is what the URL format looks like:
https://bing.com/maps/default.aspx?where1=[business name]&cp=[latitude]~[longitude]
For example, the following URL should display the Archer Hotel in Redmond, WA: https://bing.com/maps/default.aspx?where1=Archer+Hotel+Redmond&cp=47.668804~-122.120689
Optionally set the zoom level to make the map more focused, for example &lvl=16
https://bing.com/maps/default.aspx?where1=Archer+Hotel+Redmond&cp=47.668804~-122.120689&lvl=16
I created these URLs based on this documentation: https://learn.microsoft.com/en-us/bingmaps/articles/create-a-custom-map-url