Dashboard
Edit Article Logout

Create or Update a Web Form


Creates or updates web form. For updates, the id must be set to an existing web form id. For create, the web form id should be set to 0.

Path Parameters
idnumberrequired
The id of the web form to create or update.
HTTP Request Examples
asdf
{ "Status": false, "Message": "", "Response": { "id": 621 } }
HTTP Response Examples
200Success
{ "Status": true, "Message": "", "Response": { "id": 621 } }


How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles