Skip to content

Instantly share code, notes, and snippets.

@IsmiKin
Created November 25, 2013 23:29
Show Gist options
  • Save IsmiKin/7650782 to your computer and use it in GitHub Desktop.
Save IsmiKin/7650782 to your computer and use it in GitHub Desktop.
Customer Example JSON
{
"customerId": 1,
"name": "Jumbo Eagle Corp23",
"addressline1": "111 E. Las Olivas Blvd",
"addressline2": "Suite 51",
"city": "Fort Lauderdale",
"state": "FL",
"phone": "305-555-0188",
"fax": "305-555-0189",
"email": "jumboeagle@example.com",
"creditLimit": 100000,
"zip": {
"zipCode": "95117",
"radius": 755.778,
"areaLength": 547.967,
"areaWidth": 468.858
},
"discountCode": {
"discountCode": "N",
"rate": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment