Employee New Companies
GET {{base_url}}/employee/:Employee/newCompanyList
Use this endpoint to retrieve all companies that can be associated with an employee currently in the Employees hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
"[\n {\n \"Company\": \"AP\",\n \"FirmName\": \"Apple and Barlett EUR\"\n },\n {\n \"Company\": \"OM\",\n \"FirmName\": \"ABC Company\"\n },\n {\n \"Company\": \"ZZ\",\n \"FirmName\": \"XYZ Company\"\n }"