Click or drag to resize
ParaPlan Logo

UserServiceRegister Method

Registers a new user

POST restURL/UserService/Register?Device={device}&Token={password}&UTCOffset={utcOffset}&Agency={agency}&deviceToken={deviceToken}&deviceType={deviceType}

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ObjectResponse<UserToken> Register(
	Client client,
	string password,
	string device,
	string utcOffset,
	string agency,
	string deviceToken = "",
	string deviceType = ""
)

Parameters

client
Type: ParaPlanREST.ModelsClient
Client object
password
Type: SystemString
Password
device
Type: SystemString
Device name used when logging into API
utcOffset
Type: SystemString
Users delta from UT
agency
Type: SystemString
Full name
deviceToken (Optional)
Type: SystemString
Push notification token for device
deviceType (Optional)
Type: SystemString
Type of device for push notifications. Use APN or FCM

Return Value

Type: ObjectResponseUserToken

[Missing <returns> documentation for "M:ParaPlanREST.UserService.Register(ParaPlanREST.Models.Client,System.String,System.String,System.String,System.String,System.String,System.String)"]

See Also