abhireddy
7 years agoQrew Trainee
Error in webhook while doing an action
Hi ,
I was trying to create a webhook to make an action, i.e replication of records when created in one application to another.
<?xml version="1.0" ?>
<qdbapi>
<action>API_EditRecord</action>
<errcode>30</errcode>
<errtext>No such record</errtext>
<errdetail>Missing "rid" parameter.</errdetail>
<udata>mydata</udata>
</qdbapi>
I was trying to create a webhook to make an action, i.e replication of records when created in one application to another.
<?xml version="1.0" ?>
<qdbapi>
<action>API_EditRecord</action>
<errcode>30</errcode>
<errtext>No such record</errtext>
<errdetail>Missing "rid" parameter.</errdetail>
<udata>mydata</udata>
</qdbapi>