Page_Insert
#
Description#
This function creates a new page.
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "Page_Insert",
"Page_Code": "black-friday-promo",
"Page_Name": "Black Friday Promotion"
}
Example Response#
{
"success": 1,
"data": {
"id": 105,
"admin": false,
"layout": false,
"secure": false,
"code": "black-friday-promo",
"name": "Black Friday Promotion",
"title": "",
"ui_id": 0,
"templ_id": 714,
"cache": "anonempty"
}
}