GET api/GetContactsByCompanyID?CompanyID={CompanyID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ContactList| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
None. |
|
| FullName | string |
None. |
|
| Phone | string |
None. |
|
| Cell | string |
None. |
|
| Fax | string |
None. |
|
| PhysicalAddress | string |
None. |
|
| UPSAddress | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZIPCode | string |
None. |
|
| string |
None. |
||
| Title | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.