CSSResource_Insert
#
Description#
This function creates a new CSS Resource in Miva’s CSS Resource Management.
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "CSSResource_Insert",
"CSSResource_Code": "test",
"CSSResource_Type": "l",
"CSSResource_File_Path": "themes/00000001/shadows/custom.css",
"CSSResource_Global": true,
"CSSResource_Active": true
}
Example Response#
{
"success": 1
}