Click or drag to resize
ParaPlan Logo

RouteServiceBuildDate Method

Builds a day or checks if a date is built

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuildDayResponse BuildDate(
	BuildDayRequest request,
	string token,
	string device
)

Parameters

request
Type: ParaPlanREST.ModelsBuildDayRequest
Object describing the request parameters
token
Type: SystemString
device
Type: SystemString
Device name used when logging into API

Return Value

Type: BuildDayResponse
Object describing the result
See Also