Restaurant

Get a restaurant

get
/WebServices/Epos/v1/Restaurant/{restaurantId}

Gets information about the specified restaurant.

Path parameters
restaurantIdinteger · int32Required

The restaurant's id.

Responses
chevron-right
200

OK

Represents restaurant setup information.

NamestringOptional

The restaurant's name.

TimeZonestringOptional

The timezone in the restaurant's location.

IsTrafficLightReasonRequiredbooleanOptional

True if a reason is required for a closeout, false otherwise.

MicrositeNamestringOptional

The restaurant's unique microsite name.

DeploymentIdinteger · int32Optional

The Id of the deployment the restaurant is in.

Idinteger · int32Optional

The Id of the restaurant within it's deployment.

GroupIdinteger · int32Optional

The Id of the restaurant group.

GroupNamestringOptional

The name of the restaurant group.

get
/WebServices/Epos/v1/Restaurant/{restaurantId}
200

OK

List table joins

get
/WebServices/Epos/v1/Restaurant/{restaurantId}/TableJoins/{covers}

Gets the list of joins in the restaurant.

Path parameters
restaurantIdinteger · int32Required

The restaurant Id.

coversinteger · int32Required

When greater than 0, returns all the joins that have the specified capacity. When 0 returns all joins.

Query parameters
datestring · date-timeRequired

The date to get the joins for.

Responses
chevron-right
200

OK

itemsinteger · int32[]Optional
get
/WebServices/Epos/v1/Restaurant/{restaurantId}/TableJoins/{covers}
200

OK

Last updated

Was this helpful?