FtpReceipt
generate report
request
POST /api/v2/job/bro-receipt-ftp-upload HTTP/1.1
{
"lastExecutionOn" : "2025-08-22"
}
Path | Type | Description | Constraints |
---|---|---|---|
ftpServer |
String |
ftp server host |
|
ftpPort |
Number |
ftp server port |
|
ftpConnectionMode |
String |
ftp connection mode [ACTIVE/PASSIVE] |
|
user |
String |
user login |
|
password |
String |
user password |
|
remotePath |
String |
remote path where file will be uploaded |
|
departmentId |
Number |
for which department set of receipts will be created |
|
from |
String |
from which date set of receipts will be created |
|
to |
String |
to which date set of receipts will be created |
response
HTTP/1.1 200 OK