Click or drag to resize
Infosoft Logo

ISequenceNumberServiceGetSequenceNumberByTitleAndCode Method

Gets an object representing the next available number for a given sequence number code and title.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Titles
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetSequenceNumberResponse GetSequenceNumberByTitleAndCode(
	GetSequenceNumberByTitleAndCodeRequest request
)

Parameters

request  GetSequenceNumberByTitleAndCodeRequest
A request object, containing a title code and a sequence number code.

Return Value

GetSequenceNumberResponse
A response object, containing the next available sequence number.
See Also