| 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
)
public:
BuildDayResponse^ BuildDate(
BuildDayRequest^ request,
String^ token,
String^ device
)
function BuildDate(request, token, 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:
BuildDayResponseObject describing the result
See Also