GET api/Report/GetPhoneList?personId={personId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PhoneListName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Title | string |
None. |
|
State | string |
None. |
|
City | string |
None. |
|
Phone_Mobile | string |
None. |
|
Phone_Office | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Title": "sample string 2", "State": "sample string 3", "City": "sample string 4", "Phone_Mobile": "sample string 5", "Phone_Office": "sample string 6" }, { "Name": "sample string 1", "Title": "sample string 2", "State": "sample string 3", "City": "sample string 4", "Phone_Mobile": "sample string 5", "Phone_Office": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfPhoneList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities.Report"> <PhoneList> <City>sample string 4</City> <Name>sample string 1</Name> <Phone_Mobile>sample string 5</Phone_Mobile> <Phone_Office>sample string 6</Phone_Office> <State>sample string 3</State> <Title>sample string 2</Title> </PhoneList> <PhoneList> <City>sample string 4</City> <Name>sample string 1</Name> <Phone_Mobile>sample string 5</Phone_Mobile> <Phone_Office>sample string 6</Phone_Office> <State>sample string 3</State> <Title>sample string 2</Title> </PhoneList> </ArrayOfPhoneList>