HTTP Inputs

Top  Previous  Next

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

 

 

http://your_Server_Host/als_get_vendors.cgi?vendor=5&category=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

 

Float

A Floating Point Value

3.441

Boolean

Boolean Value

content=true

content=yes

content=no

content=false