Skip to content

Instantly share code, notes, and snippets.

@nachopants
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nachopants/cb3b79380dee831dcae9 to your computer and use it in GitHub Desktop.
Save nachopants/cb3b79380dee831dcae9 to your computer and use it in GitHub Desktop.
IT WORKS
{
"status": true,
"count": 3,
"response": [
{
"id": 1,
"fund_code": 12345,
"name": "Smith Superannuation Fund",
"brand_code": "1078",
"abn": "45191099833",
"tfn": "847843384",
"data_source": "FIXTURES",
"created_date": "2015-02-17T22:43:56+1100",
"addresses": [
{
"id": 1,
"address_type": "DocumentDelivery",
"address_line1": "Unit 1",
"address_line2": "27 Bulwer Street",
"address_line3": "",
"suburb": "Maitland",
"state": "New South Wales",
"post_code": "2320",
"country": "Australia",
"funds": null
},
{
"id": 2,
"address_type": "PrincipalPlaceOfBusiness",
"address_line1": "Unit 1",
"address_line2": "27 Bulwer Street",
"address_line3": "",
"suburb": "Maitland",
"state": "New South Wales",
"post_code": "2320",
"country": "Australia",
"funds": null
},
{
"id": 3,
"address_type": "Residential",
"address_line1": "1 Martin Place",
"address_line2": "",
"address_line3": "",
"suburb": "Sydney",
"state": "New South Wales",
"post_code": "2001",
"country": "Australia",
"funds": null
}
],
"persons": [
{
"id": 1,
"salutation": "Mr",
"first_name": "Joe",
"middle_name": "Stephen",
"last_name": "Brown",
"tfn": "123123123",
"gender": "Male",
"dob": "1953-01-13T00:00:00+1000",
"funds": null
},
{
"id": 2,
"salutation": "Mrs",
"first_name": "Jane",
"middle_name": "Audrey",
"last_name": "Smith",
"tfn": "456456456",
"gender": "Female",
"dob": "1981-07-14T00:00:00+1000",
"funds": null
},
{
"id": 3,
"salutation": "Miss",
"first_name": "Vanessa",
"middle_name": "",
"last_name": "Charlton",
"tfn": "010305060",
"gender": "Female",
"dob": "1975-12-27T00:00:00+1100",
"funds": null
}
]
},
{
"id": 2,
"fund_code": 123456,
"name": "Jones Superannuation Fund",
"brand_code": "1078",
"abn": "19211967217",
"tfn": "847903516",
"data_source": "FIXTURES",
"created_date": "2015-02-17T22:43:56+1100",
"addresses": [],
"persons": []
},
{
"id": 3,
"fund_code": 123457,
"name": "Brown Superannuation Fund",
"brand_code": "westpac",
"abn": "69531596034",
"tfn": "791160483",
"data_source": "FIXTURES",
"created_date": "2015-02-17T22:43:56+1100",
"addresses": [],
"persons": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment