You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have the host creation page, Bridge host service team is logging in to Concierge web admin to create hosts as new host identifiers are given to them (only for multiple host suppliers)
However for RentalsUnited, they are not given this list of "waiting to connect host", but we need to help the admin team to get it by calling the ListAllOwner endpoint:
Request:
Opens a new tab which shows a table listing all owners from the RU listAllOwner api, showing fields:
OwnerId, FirstName, LastName, CompanyName(if any), Email, and Phone
The text was updated successfully, but these errors were encountered:
So this feature is rentals united - specific only, we need a conditional to show a button which checks if it's RU page or not.
Which way would be more appropriate: checking by supplier_id (which is different on staging and production, but we may hardcode it depending on environment), or maybe by supplier name?
Now that we have the host creation page, Bridge host service team is logging in to Concierge web admin to create hosts as new host identifiers are given to them (only for multiple host suppliers)
However for RentalsUnited, they are not given this list of "waiting to connect host", but we need to help the admin team to get it by calling the ListAllOwner endpoint:
Request:
Response:
The feature
OwnerId, FirstName, LastName, CompanyName(if any), Email, and Phone
The text was updated successfully, but these errors were encountered: