getConnectIntegrationContractors
The method allows you to retrieve a list of contractors connected to the selected BaseLinker Connect integration
Input parameters
Output data:
A sample request in PHP:
connect_integration_id | int | Connect integration ID |
Output data
The method returns the data in JSON format.
status | varchar(30) | SUCCESS - request executed correctly ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code |
contractors | array | List of BaseLinker Connect contractors for selected BaseLinker Connect integration. Each contractor has fields listed below. |
| - connect_contractor_id | int | Contractor ID |
| - name | string | Contractor name |
| - credit_data | array | Contractor credit summary data |
| - settings | array | Contractor options |
Sample
Input data:Output data:
A sample request in PHP: