What?
This is an article documenting how to send a Zoho Deluge Map request to an API which is expecting nested/2d/multi-dimensonal arrays. In the example below, we are posting to a PHP script for testing ...
... WordPress site.
If post_type is to be post then append with ?p= otherwise use ?page_id=.
Articles:
------ MIGRATING JOOMLA v1.5.# CONTENT TO WORDPRESS v3.2.# ------
-----------------------------------------------------------------
INSERT ...
The Issue
You have a PHP page which generates a HTML form. When the user submits the form, you want the same PHP page to process the data.
Solution
I've seen a lot of people write CGI requests but ...
... :POST
connection:"my_books_connection"
];
v_OutputResponse = "Thank you for accepting your quote! We'll be in touch soon to finalize the next steps and get everything ready.";
}
else if(v_Intent ...
... by going through forum posts from 7 years to 2 years ago. The following will work in May 2024 following the API domain change.
The use-case is that the customer wants the item/product rate taken ...
... (aka the Quote Builder) will need to post a new quote to the system as well as show previous orders.
How?
We're going to use the Zoho Extension SDK. You should refer to my previous linked article ...
... + v_BillID + "/attachment?organization_id=123456789"
type: POST
files: m_Attachment
connection: "zbooks"
];
Open the file / Download via Browser
We're going to use an openUrl() function here ...
What?
This is an article documenting how to remove the block on changes to a system field in ZohoCRM.
Why?
Our use-case today is that a customer wanted to map the Postal Code or Zip from a Lead ...
... = invokeurl
[
url :v_Endpoint
type :POST
parameters:x_Params
headers:m_Headers
];
info "-----------------------";
info "EBAY ORDER XML:";
if(b_DebugMode)
{
l_DebugMessages.add("EBAY ORDER ...
... to eBay:";
//info x_Params;
//
// send the request XML as a string
x_ResponseBody = invokeurl
[
url :v_Endpoint
type :POST
parameters:x_Params
headers:m_Headers
];
//info "Respons ...
... eBay:";
// info x_Params;
//
// send the request XML as a string
x_ResponseBody = invokeurl
[
url :v_Endpoint
type :POST
parameters:x_Params
headers:m_Headers
];
if(v_Page==1)
{
//
/ ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.