Accounting systems
Retrieve all accounting systems that are connected to your office.
GET accountingsystems
Accounting system collection properties
| Property | Type | Description |
|---|---|---|
| AccountingSystems | Array | A list of accounting systems connected to the office you are currently accessing. |
| _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. |
For details on collections see collection details.
Example response:
{
"accountingSystems": [
{
"id": "45a9ab52-808b-4635-be00-3eb80a2399bf",
"type": "AccountView",
"description": "AccountView (AccountView for companies X)"
},
{
"id": "2c8a828d-179a-403d-82cd-926d37aba8bb",
"type": "Twinfield",
"description": "Twinfield (basecone_nl)"
}
],
"_links": [
{
"rel": "self",
"href": "https://api.basecone.com/v1/accountingsystems?limit=20&offset=0"
}
],
"_metadata": {
"total": 2,
"count": 2
}
}
