|
|
 |  |
Re: custom usage importFrom: Shawn Hogan Date: Sunday, February 3, 2002
Time: 10:17:27 pmMatt Whitted wrote:
>> You could have the new charges pushed into the pending charges section in
>> realtime via ODBC, JDBC, XML or HTTP. But that of course assumes you have
>> the ability to push it in in realtime.
>
> I'm sure I could code it, via http would be rather easy. But the question
> is, how would I do so. What do I push TO to get it into pending charges?
A basic example of pushing data in via HTTP would be an HTTP GET (you could
also do a POST if you want) with:
http://youroptigoldwebserver.com/FMPro?-db=Charges_.fp5&-format=yourformatfi
le.txt&Login=[Customer_Login]&Product%20ID=YOURPRODUCT&Description=Product%2
0Description&Unit%20Price=34.23&Quantity=5&-New
Also, make sure you put an entry into the Web Security database.
So basically the fields you are passing are:
Field Value
--------------------------------
-db Charges_.fp5
-format Your format file name (goes into your Web folder)
Login [Customer's Login]
Product ID [Product ID]
Description [Description]
Unit Price [Unit Price]
Quantity [Quantity]
-New (this is your action tag and should be the last field)
-------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696
---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------
|

Return to Digital Point Solutions' Home Page |