description |
---|
Automatically generated file. DO NOT MODIFY |
constoptions={ authProvider,};constclient=Client.init(options);constbookingBusiness={displayName: 'Fourth Coffee',address: {postOfficeBox: 'P.O. Box 123',street: '4567 Main Street',city: 'Buffalo',state: 'NY',countryOrRegion: 'USA',postalCode: '98052'},phone: '206-555-0100',email: 'manager@fourthcoffee.com',webSiteUrl: 'https://www.fourthcoffee.com',defaultCurrencyIso: 'USD'};awaitclient.api('/solutions/bookingBusinesses').post(bookingBusiness);