Create Batchfile for Disbursement

Create Batchfile with source document in base64 encoding

SecurityBearer
Request
path Parameters
version
required
string
Request Body schema: application/json
batchfile_type
string (BatchfileType)

Batchfile Type

Value: "EXCEL"
batchfile_name
string or null

Batchfile Name

document
string or null

document

Responses
200

Returns batchfile_guid

201

Created

400

Bad request

401

Unauthorized

404

Report name not found

500

Server Error

post/api/{version}/batchfiles
Request samples
application/json
{
  • "batchfile_type": "EXCEL",
  • "batchfile_name": "string",
  • "document": "string"
}
Response samples
application/json
{
  • "responseStatus": "string",
  • "batchfileDTO": {
    • "batchfile_guid": "3334bad6-84c6-4908-9e20-ba9b2e99b473",
    • "sys_utcinserted": "2019-08-24T14:15:22Z",
    • "sys_utcupdated": "2019-08-24T14:15:22Z",
    • "channel_name": "string",
    • "file_path": "string",
    • "last_row_loaded": 0,
    • "file_direction": "string",
    • "file_date": "2019-08-24T14:15:22Z",
    • "file_time": "string",
    • "file_version": "string",
    • "file_id_modifier": "string",
    • "user_guid": "2c9a19c5-ac85-4da0-8708-2b80265927da",
    • "batch_count": 0,
    • "entry_count": 0,
    • "credits_amount": 0.1,
    • "debits_amount": 0.1,
    • "file_name": "string",
    • "file_status": "string",
    • "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f"
    }
}
Copyright © Qolo 2019-2023. All right reserved.