GET utils/v2/Contact/GetContacts?firstName={firstName}&lastName={lastName}&email={email}&employeeId={employeeId}&customer={customer}

Get the Contact.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
firstName

Contact first name

string

None.

lastName

Contact last name

string

None.

email

Contact email

string

None.

employeeId

Contact Employee Id

string

None.

customer

Contact Customer

string

None.

Body Parameters

None.

Response Information

Resource Description

The .

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.