Company Association
Retrieve Company Association
You can access specific company association through the following endpoints.
info
id value in Associated Parties Object must be sent as value in the companyAssociationId path params
Endpoint:
- To get details on specific company association, use the
GET /v1/company-association/{companyAssociationId}API.- You must provide filter criteria
associatedPartyIdin the path param.
- You must provide filter criteria
Retrieve All Company Associations
You can access all company association through the following endpoints.
Endpoint:
- To get details on all company association, use the
GET /v1/company-association