Click or drag to resize

IOperationServiceTryGetReserveByExternalId Method

Returns reserve by its external id or null if reserve with specified external id doesn't exist.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReserve TryGetReserveByExternalId(
	Guid externalId
)

Parameters

externalId  Guid
Reserve identifier from the external system.

Return Value

IReserve
See Also