GET api/Customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserName

string

None.

UserType

string

None.

CreatedOn

date

None.

UpdatedOn

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeleteStatus

boolean

None.

Title

string

None.

FirstName

string

None.

LastName

string

None.

FullName

string

None.

ImageUrl

string

None.

CompanyName

string

None.

EmailVerified

boolean

None.

City

string

None.

PostCode

string

None.

PostcodeOutWard

string

None.

PostcodeInWard

string

None.

WorkPhone

string

None.

HomePhone

string

None.

Address1

string

None.

Address2

string

None.

Dob

date

None.

IpAddress

string

None.

Source

string

None.

MatchType

string

None.

Keyword

string

None.

Dnc

boolean

None.

OrganizationHashCode

string

None.

Opt

boolean

None.

AdditionalInformation

string

None.

Description

string

None.

UserAgent

string

None.

Profession

string

None.

FinancialAdviserType

string

None.

Query

string

None.

IsSubscribe

boolean

None.

Street

string

None.

County

string

None.

IsAppliaedDataProtection

boolean

None.

IsVerified

boolean

None.

Password

string

None.

EmailAddress

string

None.

AboutUs

string

None.

DocumentFile

DocumentFile

None.

PersonalFcaNo

string

None.

Qualifications

Collection of Qualification

None.

IsPhoneService

boolean

None.

IsChatService

boolean

None.

IsEmailService

boolean

None.

MortgageLead

MortgageLead

None.

LifeLead

LifeLead

None.

HealthLead

HealthLead

None.

EquityReleaseLead

EquityReleaseLead

None.

BridgingLoanLead

BridgingLoanLead

None.

LoanLead

LoanLead

None.

PrepaidFuneralLead

PrepaidFuneralLead

None.

Body Parameters

None.

Response Information

Resource Description

UserEntity
NameDescriptionTypeAdditional information
UserId

string

None.

UserName

string

Required

Password

string

Required

Data type: Password

String length: inclusive between 6 and 100

FirstName

string

None.

LastName

string

None.

UserType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "userName": "sample string 2",
  "password": "sample string 3",
  "firstName": "sample string 4",
  "lastName": "sample string 5",
  "userType": "sample string 6"
}

text/html, multipart/form-data

Sample:
{"userId":"sample string 1","userName":"sample string 2","password":"sample string 3","firstName":"sample string 4","lastName":"sample string 5","userType":"sample string 6"}