SchedulingLayerGateway Status Method (String)Bluefin Web Client API Documentation
Retrieves current state of the Schedule

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Function Status ( _
	recurringID As String _
) As SchedulingResponse

Parameters

recurringID
Type: OnlineSystem String
string of 12 digit id of recurring schedule to retrieve status for

Return Value

Instance of SchedulingResponse
Remarks

Use this overload for non-ISV access. If your code is intended to support multiple accounts, use the overload Status(String, BluefinAccount)
See Also