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.
The id of the web form to create or update.
{
"Status": false,
"Message": "",
"Response": {
"id": 621
}
}
{
"Status": true,
"Message": "",
"Response": {
"id": 621
}
}