Create workflow template

POST {{backofficeURL}}/WorkflowService/workflowTemplates?access_token={{useraccessToken}}

  • Using this service, we can create a new workflow template.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring

Request Body

{"Form Header"=>[{"Type"=>"Varchar", "Value"=>"", "Label"=>"Nominee Name"}, {"Type"=>"Date", "Value"=>"", "Label"=>"Nominee DOB"}, {"Type"=>"Number", "Value"=>"", "Label"=>"Nominee Aadhaar "}], "Form Body"=>[{"Type"=>"Varchar", "Value"=>"", "Label"=>"Nominee Address"}, {"Type"=>"Phone", "Value"=>"", "Label"=>"Nominee Phone number "}], "Label"=>"Nominee Details", "Description"=>" Person who can receive the account's proceeds in the event of an unexpected emergency"}