Download PDF version of this Help File - Z

Transcript
Developer's Guide
Examples:
/fedex2day.frp SD:010106
=(print label now with ship date
Jan 1 2006)
/fedex2day.frp SAD:1
=(print label now with tomorrow
shipping date)
FEDEX
SATP:
Note it is the user's responsibility to make sure that the
resulting ship date is valid (for example, not a Sunday or
holiday).
Saturday Pickup
Required for shipments being processed on a Saturday
(otherwise the FedEx server rejects the job).
DHL
<ref1> // <ref2>
Incurs Saturday Pickup fee (unless waived by FedEx
contract).
DHL supports two shipment reference lines per shipment.
The compound use of the // separator serves this purpose.
Example:
/airb_2day.frp WGT:5 VAL:1000 //reference 1 //description 2
Note that if description 2 is not populated, and the shipment
value is over $5000, reference 1 will be copied automatically
into the description 2 field by OmniRush. If there is no
reference at all, a shipment with a declared value of over
$5000 will fail with an error.
CREDIT
CARD
CO:<value>
Each reference element is limited to 25 characters in length.
Sets the credit card operation (e.g. purchase, ticket, etc.)
P Purchase (the usual way to charge)
F Force
R Return
V Void
A Authorize
S Settle
CREDIT
CARD
C#:<value>
This must be upper case.
Sets the credit card number to charge. Should be numeric, no
spaces or punctuation. Example:
CREDIT
CARD
CX:<value>
C#:1111222233334444
Expiration of the credit card. Four digit, numeric only.
Example:
CX:1003
CREDIT
CARD
C$:<value>
Is for October, 2003
Sets the dollar amount of the transaction. Example:
C$:55.44
CREDIT
APR:<value>
Is for $55.44
If the transaction needs to be forced, this is for the approval
279