| RouteServiceBreakDetails Method |
Get the detail of a break
GET restURL/RouteService/BreakDetails/{breakId}/?Token={token}&Device={device}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<DriverBreak> BreakDetails(
string token,
string device,
string breakId
)
public:
ListResponse<DriverBreak^>^ BreakDetails(
String^ token,
String^ device,
String^ breakId
)
function BreakDetails(token, device, breakId);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - breakId
- Type: SystemString
ID of driver break
Return Value
Type:
ListResponseDriverBreak[Missing <returns> documentation for "M:ParaPlanREST.RouteService.BreakDetails(System.String,System.String,System.String)"]
See Also