HTTP-QuickBase
view release on metacpan or search on metacpan
QuickBase.pm view on Meta::CPAN
Creates a database with the name $Name and description $Description
Returns the dbid of the new database.
=back
=over 4
=item $qdb->addField($QuickBaseID, $label, $type, $mode)
Creates a field with the label $label of label, a type of $type and if the field is to be a formula field then set $mode to 'virtual' otherwise set it to the empty string.
Returns the fid of the new field.
=back
=over 4
=item $qdb->deleteField($QuickBaseID, $fid)
Deletes the field with the field identifier of $fid.
QuickBase.pm view on Meta::CPAN
If you want to modify a file attachment field, you need to create an array with the first member of the array set to the string literal 'file' and the second
member of the array set to the full path of the file. Then the value of the key corresponding to the file attachment field
should be set to a reference which points to this two member array.
Use $qdb->EditRecordWithUpdateID($QuickBaseID, $rid, $update_id, %recorddata) to take advantage of conflict detection.
If $update_id is supplied then the edit will only succeed if the record's current update_id matches.
Returns the XML response from QuickBase after modifying every valid field refered to in %recorddata.
Not all fields can be modified. Built-in and formula (virtual) fields cannot be modified. If you attempt to
modify them with EditRecord you will get an error and no part of the record will have been modified.
=back
=head2 Retrieving Information
=over 4
=item $qdb->GetRecord($QuickBaseID, $rid)
( run in 0.232 second using v1.01-cache-2.11-cpan-26ccb49234f )