Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change max service areas to 20 #230

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ Update Business API updates business information.
Possible values are:
Yes
No
+ serviceAreas (array) - Service Area information. You can enter upto 10 service area addresses in one request
+ serviceAreas (array) - Service Area information. You can enter upto 20 service area addresses in one request
+ (object)
+ description: 400 Boston Street, Seattle, WA, 98109 (string) - For supported service areas, Possible formats:
1. Apartment Name/ Suite Name, Street Name/ Locality, City, State, ZIP
Expand Down Expand Up @@ -13282,7 +13282,7 @@ Create Listing API publishes information on online listing sources. We post pres
+ emailId: [email protected] (string) - Business Email ID.
+ isAddressHidden: note that this isn’t supported by all sites Possible Values “Yes” or “No” (string) - If your business doesn’t have a place for your customers to visit, then you can hide your street address.
+ isServiceAreaProvider: Possible Values “Yes” or “No (string) - If you deliver or provide service at customer locations.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 10.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 20.
+ (object)
+ description (string) - Area, City, State, Zip, Country. e.g. "1735 Berryessa Rd, San Jose, CA 95133, USA", “Onalaska, WI, USA”.
+ location (object) - Business address
Expand Down Expand Up @@ -14051,7 +14051,7 @@ The Update Listing API will update the location details on all your listings sit
+ emailId: [email protected] (string) - Business Email ID.
+ isAddressHidden: note that this isn’t supported by all sites Possible Values “Yes” or “No” (string) - If your business doesn’t have a place for your customers to visit, then you can hide your street address.
+ isServiceAreaProvider: Possible Values “Yes” or “No (string) - If you deliver or provide service at customer locations.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 10.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 20.
+ (object)
+ description (string) - Area, City, State, Zip, Country. e.g. "1735 Berryessa Rd, San Jose, CA 95133, USA", “Onalaska, WI, USA”.
+ location (object) - Business address
Expand Down Expand Up @@ -14822,7 +14822,7 @@ The Get Listing API will get the listing information for the given business numb
+ emailId: [email protected] (string) - Business Email ID.
+ isAddressHidden: note that this isn’t supported by all sites Possible Values “Yes” or “No” (string) - If your business doesn’t have a place for your customers to visit, then you can hide your street address.
+ isServiceAreaProvider: Possible Values “Yes” or “No (string) - If you deliver or provide service at customer locations.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 10.
+ serviceAreas (array) - Locations where you deliver or provide service (applicable if isServiceAreaProvider is 'Yes').NOTE: Maximum service areas that can be provided are 20.
+ (object)
+ description (string) - Area, City, State, Zip, Country. e.g. "1735 Berryessa Rd, San Jose, CA 95133, USA", “Onalaska, WI, USA”.
+ placeId (string) - ChIJk8EIXIG3j4ARwL_Ao3ykdeQ
Expand Down