Description

Updates a business in the business directory.

General

End Point
https://www.mogl.com/api/v2/venues/{venue}/update
HTTP Method POST
Requires SSL true
Requires Acting User true (learn more)
Scope(s) None

Path Parameters

Path parameters are ALWAYS required.

venue The id of the venue to update.

Request Parameters

Parameters are NOT REQUIRED unless noted otherwise.

name The name of the business.
owner The user to associate as the owner of this business.
address.streetName The street address for this business.
address.postalCode The postal code for this business.
description A description of this business.
website The website address for this business.
priceRange The price range for this business. Valid values [$, $$, $$$, $$$$].
menuUrl The menu url for this business.
buzz Any buzz associated with this business. One or two sentences.
noiseLevel The noiselevel to be expected at this business.
ambiance The ambiance to be expected at this business.
knownFor What this business is known for. One or two sententces.
feedbackEmail The email address that will receive feedback responses.
fullPhone required The phone number for this business
merchantInfo.merchantId The merchant id for the business.
merchantInfo.amexId Comma seperated list of Amex SE numbers for the merchant.
merchantInfo.visa Comma seperated list of VMID/VSID identifiers for the merchant.
merchantInfo.mastercard Comma seperated list of Mastercard identifiers for the merchant.
activeFeatures multi Features associated with this business. Note: this must be from the Mogl feature list.
bestDays multi The best nights for this business [MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY].
serves multi The meals this venue serves [BREAKFAST,LUNCH,DINNER].

Response Fields

venue A venue detail object. See venue details

Try It Now

Endpoint
Client Id
(required)
Access Token
(required)
User Token
*(see below -- client_credentials only)
name
Add
owner
Add
address.streetName
Add
address.postalCode
Add
description
Add
website
Add
priceRange
Add
menuUrl
Add
buzz
Add
noiseLevel
Add
ambiance
Add
knownFor
Add
feedbackEmail
Add
fullPhone
(required)
merchantInfo.merchantId
Add
merchantInfo.amexId
Add
merchantInfo.visa
Add
merchantInfo.mastercard
Add
activeFeatures
Add
bestDays
Add
serves
Add
*Partners that authenticate with client_credentials should provide a user_token.