Created
July 9, 2014 16:12
-
-
Save twmills/94433a409df0ac5960c4 to your computer and use it in GitHub Desktop.
ShippingEasy Partner API New Account Payload
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
{ | |
"account":{ | |
"first_name":"Bonita", | |
"last_name":"Yundt", | |
"company_name":"Emard, Becker and Morissette", | |
"email":"heber@kuhlman.net", | |
"phone_number":"787.128.7490", | |
"address":"97509 Littel Throughway", | |
"address2":"", | |
"state":"AA", | |
"city":"North Marielastad", | |
"postal_code":"46183", | |
"country":"Moldova", | |
"password":"abc123", | |
"subscription_plan_code":"select" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment