GET utils/v2/Contact/GetContacts?firstName={firstName}&lastName={lastName}&email={email}&employeeId={employeeId}&customer={customer}
Get the Contact.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| firstName |
Contact first name |
string |
None. |
| lastName |
Contact last name |
string |
None. |
|
Contact email |
string |
None. |
|
| employeeId |
Contact Employee Id |
string |
None. |
| customer |
Contact Customer |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The .
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |