Unverified Commit bdea24ed authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

API for initial form submission

No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -596,6 +596,14 @@ const endpoints = [
method: "post",
route: "/api/rest/filterAllTransactionRecords",
requestBody: ["param", "offsetNo", "limit"],
},
{
method: "put",
route: "/api/rest/saveInitialFormSubmissions",
requestBody: [
"form_data",
"form_name"
],
}
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment