Click or drag to resize

IOperationServiceExistsEgaisMarkInfo Method

Checks whether excise stamps and fsrar Id exists in table EgaisMarksInfo. Throws EgaisDataException when excise stamps not found in EgaisMarksInfo table.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ExistsEgaisMarkInfo(
	IReadOnlyCollection<string> exciseStamps,
	string fsRarId
)

Parameters

exciseStamps
Type: System.Collections.GenericIReadOnlyCollectionString
Excise stamps to check.
fsRarId
Type: SystemString
FsRarId of an individual entrepreneur, legal entity or a separate division of a legal entity, assigned by the FS RAR for use in the EGAIS.
See Also