ITelogisServiceCreateUnit Method |
Print this pageCreates a Verizon Connect Fleet unit.
Namespace: Telogis.API Syntax long CreateUnit(
AuthenticationHeader authenticationHeader,
TelogisUnit unit
)
Function CreateUnit (
authenticationHeader As AuthenticationHeader,
unit As TelogisUnit
) As Long
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:
Int64Returns the ID of the created unit.
See Also