HTTP Inputs

Top  Previous  Next

Parameters are based to AL-Pro Web Portal Server methods using standard http input conventions:

 

http://your_Server_Host:YourServerPort/als_get_products.cgi?base=1&group=2

 

Data Types Supported

 

DataType

Comment

Example

String

Spaces must be escaped

lastname=smith

Integer

 

location=5

Date

date input format is encoded as

 

YYYY-MM-DD

 

A date (year, month, day) encoded according to ISO 8601 [ISO four or more digits (0 to 9) representing the year, a hyphen (U+002D), two digits for the month, a hyphen, and two digits for the day. All the numbers must be in base ten and zero padded if necessary. For instance: 1995-12-31.

 

 

 

 

date=2005-05-30

 

date=today

uses todays date

 

Time

format uses the hours and minutes from

hh:nn in 24 hour time notation. Time is always expressed in local time of the activity itself.

 

11:53

Currency

A Currency Value

100.45

Boolean

A Boolean Value can be either yes/no or true/false

true

false

yes

no