GET api/customer/search?customerCode={customerCode}&email={email}&cellPhone={cellPhone}&workPhone={workPhone}&firstName={firstName}&lastName={lastName}&zip={zip}&returnOtherContacts={returnOtherContacts}

Search customer by first name

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerCode

the customer code

string

Required

email

the customer email

string

Required

cellPhone

the customer cellphone

string

Required

workPhone

the customer workphone

string

Required

firstName

the customer first name

string

Required

lastName

the customer last name

string

Required

zip

the customer zip

string

Required

returnOtherContacts

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.