Connectable company
Retrieve all connectable companies available in a specific accounting system that is connected to your office.
GET accountingsystems/:accountingSystemId/connectable-companies
Connectable companies collection properties
| Property | Type | Description |
|---|---|---|
| ConnectableCompanies | Array | A list of connectable companies available in a specific accounting system that is connected to your office. |
| _links | Array | A list of usefull preconfigured uri's a client app can use to navigate this resource collection. |
| _metadata | Complex object | Optional object with additional information concerning the current returned result. |
Please note that unlike other API requests, pagination and sorting are not supported.
Example response:
{
"connectableCompanies": [
{
"externalId": "1030",
"companyCode": "1030",
"companyName": "administratie 30",
"localPartEmailCode": "1030"
},
{
"externalId": "1031",
"companyCode": "1031",
"companyName": "administratie 31",
"localPartEmailCode": "1031"
}
],
"_links": [
{
"rel": "self",
"href": "https://api.basecone.com/v1/accountingsystems/2c8a828d-179a-403d-82cd-926d37aba8bb/connectable-companies"
}
],
"_metadata": {
"total": 2,
"count": 2
}
}
