Create new workflow instance
POST
https://api.prestatech.com/workflow/sbx/v1/workflowA solution to run all of OpenAPI services and get combined results.
Recent Requests
TimeStatusUser Agent
Make a request to see history.
0 Requests This Month🔑 Log in to see full request history
Body Params
idPraticastringrequiredExternal process identifier
accountHolderstringName of account holder
vatNumberstringVAT number
dataMarketstringrequiredMarket
itde
dataSourcestringrequiredData source
retailcommercial
nsgUserstringUnique user identifier
nsgCompanystringUnique company identifier
superNSGUserstringUnique clone user identifier
superNSGCompanystringUnique clone company identifier
loanPeriodintegerPeriod in months (default: 12)
requestedLoanAmountnumberAmount in EUR
parsearray of objectsA list of parse processes (Upload PDF Statement)
parsedTransactionsarray of objectsTransactions from parsing service
psd2Transactionsarray of objectsTransactions via PSD2 format
coreTransactionsarray of objectsTransactions from bank directly
Headers
Ocp-Apim-Subscription-KeystringrequiredYour environment's subscription key
Responses
Request Example
Examples
curl --request POST \
--url 'https://api.prestatech.com/workflow/sbx/v1/workflow' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"idPratica": "your_idPratica",
"accountHolder": "John Doe",
"vatNumber": "IT12345678901",
"dataMarket": "your_dataMarket",
"dataSource": "your_dataSource"
}'Updated 5 months ago