put https://api.toriihq.com/v1.0/parsings/manual
Use the following code snippet to parse an expense file with manual column matching:
curl -X PUT -d '{"parseConfig":{"idFile":"{FILE_ID}","transactionDateColumn":"A","descriptionColumn":"B", "amountColumn":"C", "dateFormat": "DD/MM/YYYY", "currencyColumn":"D"}}' -H "Authorization: Bearer API_KEY" -H "Content-Type: application/json" "https://api.toriihq.com/v1.0/parsings/manual"
- Date format must be identical for all transactions
-
You should only send one of these parameters: currencyColumn or currency
Use currency when all the transactions are of the same currencyUse currencyColumn when the transactions are of different currencies
IMPORTANT
After sending a parse request, make sure to poll https://api.toriihq.com/v1.0/parsings/{PARSING_ID}
to verify that the request was successful
- Rate limit: 200 requests per minute