Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 647 Bytes

bookingbusinesspostbookingbusiness-javascript-snippets.md

File metadata and controls

32 lines (26 loc) · 647 Bytes
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);
close