With the release of AccountRight 2021.4, we have made some changes to the Company files endpoint in order to improve performance.
These changes are:
- The
Subscriptionproperty will benullby default. - The Subscription property will return its data if the query string parameter
$expandis provided with the valueSubscriptioneg/accountright/?$expand=Subscription/accountright/{id}?$expand=Subscription
Note: the Subscription data is only available if the company is online and does have a subscription. So for example when the API is running locally those files don’t have subscriptions. if there’s no subscription then it just returns null
Comments
0 comments
Article is closed for comments.