Workflows
Create a workflow configuration
Create a new workflow configuration version for the given workflow code.
post/merchant/workflows/{workflowCode}
Path parameters
workflowCodestring required
Machine-friendly code of Workflow.
Path parameter to specify the workflow code.
Headers
x-idempotency-keystring uuid required
Idempotency key to be used. Sending again the same key would return the same result without re-executing the update.
Request body
Response
Created.