Start branch settlement reconciliation export workflow
POST
/branch-settlement-reconciliation-export-workflow-starts/{branchProfileId}
const url = 'https://example.com/branch-settlement-reconciliation-export-workflow-starts/example?exportFormat=csv';const options = {method: 'POST', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url 'https://example.com/branch-settlement-reconciliation-export-workflow-starts/example?exportFormat=csv' \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”branchProfileId
required
string
Query Parameters
Section titled “Query Parameters”exportFormat
string
Responses
Section titled “Responses”Restate accepted branch settlement reconciliation export workflow
Media typeapplication/json
BranchSettlementReconciliationExportWorkflowStart
object
branchProfileId
required
string
exportFormat
required
string
branchSettlementReconciliationExportWorkflowRequestId
required
string
workflowStateEngine
required
workflowName
required
workflowKey
required
string
handlerName
required
invocationId
required
string
workflowStatus
required
string
key
additional properties
Export format or request is invalid
Supabase bearer token is required
Actor cannot export branch settlement reconciliation
Branch settlement export workflow starter is unavailable