Created
October 16, 2015 15:07
-
-
Save jayfresh/c65f7f45d3391f6189dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"customer": { | |
"firstName": "Test", | |
"middleName": "Robert", | |
"surname": "Customer", | |
"title": "Mr", | |
"houseNameNumber": "38", | |
"street": "Test Street", | |
"town": "BigTown", | |
"locality": "BigCity", | |
"county": "BigCounty", | |
"postcode": "T3 5TS", | |
"gender": "Female", | |
"dateOfBirth": "19821223", | |
"niNumber": "AB123456C", | |
"password": "secret word", | |
"dateOfKYC": "20150624", | |
"email": "test@testing.com", | |
"homePhone": "0203 000111" | |
}, | |
"transfersIn": [{ | |
"providerName": "Acme Pensions", | |
"reference": "AAATEST123456789", | |
"fundAmount": 20000.00, | |
"address": "Pensions HQ, Short Lane, Backmansworth", | |
"benefitsTaken": false, | |
"tAndCVersion": "0.1", | |
"tAndCDate": "20150630" | |
}], | |
"pensionBeePension": { | |
"productName": "PensionBee Simple Plan" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment