Click or drag to resize
ITelogisServiceCreateUnit Method
Print this page
Creates a Verizon Connect Fleet unit.

Namespace: Telogis.API
 
Syntax
long CreateUnit(
	AuthenticationHeader authenticationHeader,
	TelogisUnit unit
)

Parameters

authenticationHeader
Type: Telogis.APIAuthenticationHeader
Sets the authentication needed to use the Web service.
unit
Type: Telogis.APITelogisUnit
Sets the properties of the unit.

Return Value

Type: Int64
Returns the ID of the created unit.
See Also