Created
June 21, 2011 21:48
-
-
Save IndiceeCoder/1038994 to your computer and use it in GitHub Desktop.
model dataset 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
POST /api/models/datasets/create.xml HTTP/1.1 | |
Authorization: OAuth xxxxxxxxxxx | |
Content-Type: application/xml | |
Host: secure.indicee.com | |
<dataset> | |
<name>sheet1.xls</name> | |
<description>X company's sale report</description> | |
</dataset> |
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"?> | |
<dataset> | |
<uuid>aa99e3e0-8818-4174-88c7-3eac12c20fda</uuid> | |
</dataset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment