Create passes through CSVAsk AIpost https://api.indigitall.com/v2/wallet/generic/{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,age,expirationDate externalCode-1,some-user-name,50,2000-01-01T00:00:00Z ,some-user-name-2,25,Responses 200Details of a task 400Bad request 403Forbidden 404Not found 500Internal server error defaultInternal server errorUpdated 16 days ago