BGL API — March 2021
March 2021 - New Endpoints and Improvements
1. Simple Fund 360 - New Endpoint
GET - ATO Lodgements (Firm). This new endpoint will allow you to retrieve form lodgement history with the ATO for a firm.
2. Simple Fund 360 - Improvements
For the following endpoints, if all of the person’s member accounts for the fund have an end date and all the end dates before the fund’s current financial year start date, then the contact position will be listed as “Former Member”
- GET List of Contacts (Firm)
- GET List of Contacts by IDs
- GET List of Contacts (Entity )
- GET List of Entity Relationships
Example:
1
2
3
4
5
6
7
8
9
10
{ "contactId": "8ad08b8c7132cb5f0171336f15440016",
"entityRelationships": [
{
"entityContactChildId": "8ad08b8c7132cb5f0171336f15440016",
"entityContactChildType": "People",
"entityContactParentId": "8ad08b8c7132cbad0171333d8aa50019",
"entityContactParentType": "SMSF",
"entityContactPosition": "Former Member",
"entityRelationshipId": 87330
},
3. CAS 360 - Improvements
3.1 Company Addresses
GET - List of company addresses and POST - Create Company Address now support the key prepareForm which is used to indicate if the change is required to be notified to ASIC within 28 days on a Form 484.
3.2 Company Officers GET - List of officers and POST - Create Company Officer now support the following keys:
- prepareForm - which is used to indicate if the change is required to be notified to ASIC within 28 days on a Form 484.
- alternateContactId - Terms of Alternate appointmentMandatory if the position is ‘Alternate’
- nominatorContactId - This is the contactID of the existing director\Mandatory if the position is ‘Nominee Director’
- notes
3.3 Share Transanctions
GET - List of Share Transactions and POST - Create new share transaction
- prepareForm - which is used to indicate if the change is required to be notified to ASIC within 28 days on a Form 484.
If you have any questions or feedback, please let the team know.
Kind Regards
The BGL API Team
api@bglcorp.com.au