GET api/v{version}/Company/GetCompanyLocationInfo?key={key}&locationDepartmentID={locationDepartmentID}
Get the company/location info of the supplied combination location/department
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| locationDepartmentID | integer |
None. |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
CompanyLocationInfoOutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
None. |
|
| City | string |
None. |
|
| CompanyEmail | string |
None. |
|
| CompanyName | string |
None. |
|
| Country | string |
None. |
|
| DepartmentEmail | string |
None. |
|
| LocationEmail | string |
None. |
|
| Telephone | string |
None. |
|
| Website | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Address": "sample string 1",
"City": "sample string 2",
"CompanyEmail": "sample string 3",
"CompanyName": "sample string 4",
"Country": "sample string 5",
"DepartmentEmail": "sample string 6",
"LocationEmail": "sample string 7",
"Telephone": "sample string 8",
"Website": "sample string 9"
}