finsit API - AgencyCompanyType

A collection of help pages for using the API.

AgencyCompanyType

URL /Api/v2/Agency/{agencyId}/CompanyType/{companyTypeId}
Accepted verbs GET
Description

Provides methods to get company types that are connected to a specified agency.

GET /Api/v2/Agency/{agencyId}/CompanyType

Gets a list of all company types that are connected to the specified agency.

Parameters
NameDescriptionAdditional information
agencyId Id of the agency.

URI parameter

Returns

The requested list of CompanyType.

GET /Api/v2/Agency/{agencyId}/CompanyType/{companyTypeId}

Get a specific company type.

Parameters
NameDescriptionAdditional information
agencyId Id of the agency.

URI parameter

companyTypeId Id of the company type to fetch.

URI parameter

Returns

The requested CompanyType.