We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

noah on 03/31/08


Tagged

curl http api quickbase theilab


Versions (?)


QuickBase add record from the command line


Published in: Bash 


URL: https://www.quickbase.com/up/6mztyxu8/g/rc7/en/va/QuickBaseAPI.htm#_Toc126579988

The field IDs (fid19) are specific to your QB instance. See the API ref for how to figure out which field is which.

To get back the URL of the normal HTML confirmation page, add the argument -d "disprec=true"

  1. curl -d "_fnm_time=2" -d "_fid_19=H11742" -d "_fnm_date=03-28-2008" -d "username=me@site.com" -d "password=xyzzy" -d "_fnm_name=Noah%20Sussman" -d "a=API_AddRecord" https://www.quickbase.com/db/DB_ID

Report this snippet 

You need to login to post a comment.