New-MgBookingBusinessService, how to set "Customer information"?

27 Views Asked by At

How to select informations customer at to display and required that we need when I creeate un service with New-MgBookingBusinessService ?

  • Customer email
  • Phone number
  • Customer address
  • Customer notes

Thanks,

$Params = @{
    BookingBusinessId = "[email protected]"
    DefaultDuration = "00:15:00"
    DisplayName = "FirstBooking3"
    DefaultPriceType = "free"
}

New-MgBookingBusinessService @Params

enter image description here

0

There are 0 best solutions below