KiranTauqir
6 years agoQrew Trainee
api_addQuery from a Database table
hi, i am trying to add rows in my Table on Quick Base through API / xml from my Database table. i am trying to use the API_addRecord but unable to add them - any help will be useful.
SELECT
to_chars (
w.result
,'UTF-8'
)
FROM
(
EXEC"ws".invokeHTTP (
"action" => 'GET'
,"endpoint" => 'https://cyber-7434.quickbase.com/db/bps3fqk9w?a=API_AddRecord&username=kiran.tauqir@cyber-soluti...;'
)
) AS w;;
SELECT
to_chars (
w.result
,'UTF-8'
)
FROM
(
EXEC"ws".invokeHTTP (
"action" => 'GET'
,"endpoint" => 'https://cyber-7434.quickbase.com/db/bps3fqk9w?a=API_AddRecord&username=kiran.tauqir@cyber-soluti...;'
)
) AS w;;