Created
June 20, 2011 21:43
-
-
Save IndiceeCoder/1036658 to your computer and use it in GitHub Desktop.
account create
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<account> | |
<id>1472669360</id> | |
</account> |
This file contains hidden or 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
POST /api/accounts/create.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/xml | |
Host: secure.indicee.com | |
<account> | |
<display_name>min</display_name> | |
<email>min@indicee.com</email> | |
<first_name>Min</first_name> | |
<last_name>Li</last_name> | |
<password>password</password> | |
<status>ACTIVE</status> | |
</account> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment