Skip to content

Instantly share code, notes, and snippets.

@igortoliveira
Created April 17, 2014 21:52
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 igortoliveira/11013635 to your computer and use it in GitHub Desktop.
Save igortoliveira/11013635 to your computer and use it in GitHub Desktop.
{
"addressInfoList": [
{
"addressType": "HOME",
"city": "Denver",
"country": "US",
"primary": true,
"sequenceNum": 1,
"state": "CO",
"zipCode": "54321"
},
{
"addressType": "HOME",
"city": "San Jose",
"country": "US",
"sequenceNum": 2,
"state": "CA",
"zipCode": "95113"
},
{
"addressType": "HOME",
"city": "Foo",
"country": "US",
"sequenceNum": 3,
"state": "NY",
"zipCode": "11215"
}
],
"authToken": "6ba21c86-a85e-47e7-9622-bae990b8221d",
"creditCardInfoList": [
{
"cardType": "VISA",
"ccNumber": "4111111111111111",
"expiryDate": "2018-2",
"mapAddressId": 2,
"nameOnCard": "foo bar",
"nickname": "fooo",
"primary": false,
"sequenceNum": 3
}
],
"elevateId": "87006530918",
"entity": {
"eid": "2079744"
},
"personDetail": {
"dateOfBirth": "1988-02-04",
"firstName": "Igor",
"gender": "MALE",
"knwnTravelerNumber": "666555444",
"lastName": "Gitwizarhd",
"redressNumber": "9998887777"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment