Update details in the workflow template
PUT {{backofficeURL}}/WorkflowService/workflowTemplateDetails/{{workflowTemplateDetailsID}}?access_token={{useraccessToken}}
- Using this service, we can update existing workflow template details.
- Since the workflowTemplateDetailsID will be automatically applied in the service, running this service will result in updating a specific workflow template details.
- Note : (1)The payload listed below belongs to a specific workflow template of a specific workflow to which the profile got onboarded.
- (2) Usually there might be multiple workflow templates for every individual workflow. Based on workflow template, we need to pass the template details in the payload.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"Bank Account Number"=>85632652, "Bank Name"=>"HSBC", "Bank branch name"=>"Hyderabad", "IFSC Code"=>"HSBC000623"}