| Name |
Description |
Required |
Length |
| digibug_api_version |
The version of the protocol being used. The current value is 100. |
Y |
8 |
| company_id |
Your company id. This will be given to you. |
Y |
8 |
| event_id |
The event id is the id of the Digibug event which has the pricelist you would like to use on your gallery. |
Y |
8 |
| company_subid |
company sub id. |
N |
8 |
| cmd |
The command for this post. Currently "addimg" is the only supported command. |
Y |
8 |
| return_url |
The URL used to return the user to the partner site after the order is completed. |
Y |
128 |
| user_id |
Partner user id. A unique permanent user id which identifies the user in the partners system. |
N |
64 |
| first_name |
The user's first name. |
N |
32 |
| last_name |
The user's last name. |
N |
32 |
| email |
The user's email address. |
N |
64 |
| num_images |
The number of images in this post. |
Y |
8 |
| image_# |
List of URLs for the high resolution images to be ordered. These images are used for printing the order and will be pulled from the partner site at a later time. The images must be available for five days after the order is placed. |
Y |
128 |
| thumb_# |
List of URLs for the thumbnail resolution images. These images are used for display on the web site. |
Y |
128 |
| image_height_# |
List of the height of the images. |
Y |
8 |
| image_width_# |
List of the width of the images |
Y |
8 |
| thumb_height_# |
List of the height of the thumbnail images |
N |
8 |
| thumb_width_# |
List of the width of the thumbnail images |
N |
8 |
| backtext_# |
List of the back text for the images. This is currently not supported |
N |
64 |
| title_# |
List of the title of the image. |
N |
64 |
| include_# |
List of flags indicating whether or not the image should be included in the order. If it is "1", the images is included in the order. If it is "0" the image is not included in the order. |
N |
1 |