My ServiceStack Backend

<back to all web services

ProfileRequest

The following routes are available for this service:
GET/profile
ProfileResponse Parameters:
NameParameterData TypeRequiredDescription
FirstNameformstringNo
LastNameformstringNo
EmailformstringYes
CountryformstringYes
LanguageformstringYes
BirthDateformstringNo
AddressformstringNo
Address2formstringNo
CityformstringNo
StateformstringNo
ZipCodeformstringNo
PhoneNumberformstringNo
MemberIdformstringNo
ResponseCodeformintNo
ResponseMessageformstringYes

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 /profile HTTP/1.1 
Host: portal-api.migrantleap.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	firstName: String,
	lastName: String,
	email: String,
	country: String,
	language: String,
	birthDate: String,
	address: String,
	address2: String,
	city: String,
	state: String,
	zipCode: String,
	phoneNumber: String,
	memberId: String,
	responseCode: 0,
	responseMessage: String
}