Created
January 9, 2014 14:33
-
-
Save chicks/8334990 to your computer and use it in GitHub Desktop.
Upload File to Account in Sugar
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
# Create Note | |
set_entry: Request: | |
{ | |
"session": "eubisbbcntp13gcvmq9nlcess1", | |
"module_name": "Notes", | |
"name_value_list": { | |
"name":{"name":"name","value":"A Test Note"}, | |
"team_count":{"name":"team_count","value":1}, | |
"team_name":{"name":"team_name","value":"Global"} | |
} | |
} | |
set_entry: JSON Response: | |
{ | |
"id"=>"62891ccc-07ef-154d-2870-52716ea9e586" | |
} | |
# Upload File (Make sure "file" is Base64 encoded) | |
set_note_attachment: Request: | |
{ | |
"session": "eubisbbcntp13gcvmq9nlcess1", | |
"note": { | |
"id": "62891ccc-07ef-154d-2870-52716ea9e586", | |
"filename": "GartnerAnalytics.pdf", | |
"file": "JVBERi0xLjQKJeHp69MKNiAwIG9iag…", | |
"related_module_id": "", | |
"related_module_name": "", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment