GET api/GetCompanyByZipCode?ZipCode={ZipCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ZipCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyList| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | integer |
None. |
|
| CompanyName | string |
None. |
|
| PhysicalAddress | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZIPCode | string |
None. |
|
| string |
None. |
||
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.