Create passes through CSVAsk AIpost https://api.indigitall.com/v2/wallet/loyalty/{applicationId}/passes/csvCreate passes through CSVPath ParamsapplicationIdintegerrequiredApplication's IDQuery ParamstemplateIdstringrequiredTemplate's IDBody ParamsmodestringenumDefaults to file-onlyThe mode to generate the passes from the CSV file. reset: Delete all existing passes for the given template & generate new passes. full: Generate new passes & update existing ones. incremental: Generate new passes but do not update existing ones. file-only: Generate new passes & update existing ones. It deletes passes that are not in the CSV file. resetincrementalfullfile-onlyAllowed:resetincrementalfullfile-onlycsvFilefilerequiredMust be .csv file with the following format (all fields below are optional): externalCode,name,accountId,accountName,balanceAmount externalCode-1,bar,50,account-1,username-1,100 ,baz,,account-1,username-2,200Responses 200Details of a task 400Bad request 403Forbidden 404Not found 500Internal server error defaultInternal server errorUpdated 13 days ago