Click or drag to resize
ParaPlan Logo

UserServiceClientIDForRegistration Method

Returns potential candidates for user registration validation as well as a temporary token to sign future requests

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public UserCandidate[] ClientIDForRegistration(
	string firstName,
	string lastName,
	string identifyingInformation,
	string device
)

Parameters

firstName
Type: SystemString
Rider's first name
lastName
Type: SystemString
Riders's last name
identifyingInformation
Type: SystemString
Last 4 digits of SSN
device
Type: SystemString
Device name used when logging into API

Return Value

Type: UserCandidate
A list of potential user candidates
See Also