on 2023 Nov 29 3:13 PM
How do you incrementally export via a date range so that not ALL payments are not exported, just recent ones like today?
Event: "Export Payment"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Payment Buyer Direct access - File download</title>
</head>
<body>
<h1>Payment Buyer Direct access - File download</h1>
<form method="POST"
enctype="multipart/form-data"
action="https://s1-integration.ariba.com/Buyer/filedownload?realm=myrealm">
Event: <input type="text" name="event" value="Export Payment"><br>
Password: <input type="text" name="sharedsecret" value="myvalue"><br>
Client Type: <input type="text" name="clienttype" value="Chrome"><br>
Client Info: <input type="text" name="clientinfo" value="Payment Export Form"><br>
Client Version: <input type="text" name="clientversion" value="1.0"><br>
<input type=submit value="Submit Post">
</form>
</body>
</html>
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.