Shopping Cart - API

API Name: TX_SUBMIT_CART

Overview:
This API is designed to allow your customers to create Reservation or Quotation request. This process will display to the user a confirmation# as a reference, as well as emailing the user the details of the request.

Note: The API name used is TX_SUBMIT_CART since this is the API that is used when the customer is finished with the shopping cart and needs to request a confirmation# for a Reservation or Quotation. The API TX_SHOPPING_CART will be added to the web index, which Texada will use to request the appropriate groups and products to be displayed. The webadmin user may only setup the submit cart information.


INPUT PARAMETERS:

 
   Parameter          Default Value        Comment
 
    T_WEB_ID                                 The unique Web Identification value returned
                                             by the a Customer Login API.
 
    T_INDEX_ID          default              The Index ID associated with this API that defines the
                                             Modes and Fields available.
 
    T_CONVERT_TYPE      R                    Q = Rental Quotation, R = Reservation
 
    T_CUST_N            Logged In Customer   The customer# for which the shopping cart is to be issued.
 
    T_DATE_OUT                               Date when the equipment is required.
 
    T_TIME_OUT                               Time when the equipment is required.
 
    T_DATE_IN                                Date when the equipment will no longer be used.
 
    T_TIME_IN                                Time when the equipment will no longer be used.
 
    T_SITE_N                                 Site to be assigned with the document created.
 
    T_DELIVERY          N                    Y = Delivery is required.
                                             N = Customer will pickup.
 
    T_PICKUP            N                    Y = Pickup is required.
                                             N = Customer will return.
 
    T_PO_N                                   PO# to be assigned to the document created.
 
    T_EMAIL                                  email address of the individual who will be emailed when
                                             the shopping cart has been successfully submitted.
                                             Also, this email may be used when the confirmation is
                                             converted or deleted.
 
    T_PHONE                                  Phone number to be used as a reference so that the clerk
                                             who is converting the confirmation may be able to contact the customer if any questions arise.
 

OUTPUT PARAMETERS:

 
  Parameter                    Comment
 
    T_ERROR                   Returns a non-blank value if login unsuccessful.
 
    T_CONFIRMATION_N          This will return the total number of pages generated based on
                              the T_LINES_PER_PAGE parameter which was passed in.

Topic Keyword: SHOPPING_CART
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)