GET api/Company/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CompanyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| BusinessHourDetails | string |
None. |
|
| OfficePhone | string |
None. |
|
| Logo | string |
None. |
|
| CompanyPicture | Collection of PictureModel |
None. |
|
| BusinessType | BusinessTypeListItemModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.