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"
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
You need to login to post a comment.
