Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save serg2801/37392580b8431a437fc285d993c5f143 to your computer and use it in GitHub Desktop.
Save serg2801/37392580b8431a437fc285d993c5f143 to your computer and use it in GitHub Desktop.
json
{ "customer":
{
"first_name":"Joe",
"last_name":"Doe",
"email":"[email protected]",
"phone":"999-999-9999",
"addresses_attributes":[{
"address1":"123 somewhere st",
"customer_id":"",
"address2":"",
"city":"Moldor",
"state":"CA",
"zip":"99999",
"region_id":"1"
},
{
"address1":"123 somewhere st",
"customer_id":"",
"address2":"",
"city":"Moldor",
"state":"CA",
"zip":"99999",
"region_id":"1"
},
{
"address1":"123 somewhere st",
"customer_id":"",
"address2":"",
"city":"Moldor",
"state":"CA",
"zip":"99999",
"region_id":"1"
},
{
"address1":"123 somewhere st",
"customer_id":"",
"address2":"",
"city":"Moldor",
"state":"CA",
"zip":"99999",
"region_id":"1"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment