Billhighway Cloud API

<back to all web services

StandardSignupFormMemberInfoGetRq

The following routes are available for this service:
GET/signup/api/user/{userID}/dob/{dob}/standardSignup/memberInfo
StandardSignupFormMemberInfoGetRq Parameters:
NameParameterData TypeRequiredDescription
UserIDpathintNo
DobpathstringNo
StandardSignupFormMemberInfoGetRs Parameters:
NameParameterData TypeRequiredDescription
MemberInfoformMemberDtoNo
MemberDto Parameters:
NameParameterData TypeRequiredDescription
UserIDformintNo
FirstNameformstringNo
MiddleNameformstringNo
LastNameformstringNo
EmailformstringNo
PhoneformstringNo
ClientUserIdformstringNo
DateOfBirthformstringNo
AddressformAddressDtoNo
AddressDto Parameters:
NameParameterData TypeRequiredDescription
Address1formstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
ZipCodeformstringNo
CountryformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /signup/api/user/{userID}/dob/{dob}/standardSignup/memberInfo HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	MemberInfo: 
	{
		UserID: 0,
		FirstName: String,
		MiddleName: String,
		LastName: String,
		Email: String,
		Phone: String,
		ClientUserId: String,
		DateOfBirth: String,
		Address: 
		{
			Address1: String,
			Address2: String,
			City: String,
			State: String,
			ZipCode: String,
			Country: String
		}
	}
}