|
Description
The als_insert_queue.cgi interface inserts a queue entry. The call requires a reservation:integer and a queuetype:Integer. Entries made with this call can be retrieved with als_get_queues.cgi
Inputs
Parameter
|
Description
|
Required
|
Example
|
Data Type
|
Reservation
|
Code of the Reservation
|
Required
|
reservation=54232
|
Integer
|
QueueType
|
QueueType using one of the codes returned from als_get_queue_types.cgi
|
Required
|
queuetype=56
|
Integer
|
usercode
|
The code of the user making the entry. The default webportal settings will be used to fetch the usercode.
|
Optional
|
usercode=23
|
Integer
|
note
|
An optional text field that can be populated
|
Optional
|
notes=Sample text
|
String
|
|