Bxp API APP - Function - Hamster

1 Overview

This function is part of the bxp API App suite of functions. Bxp_API_-_APP_API


2 Diary Function

Primary Function: Provide listing of diary events


You must post four key pair values. (not including the semi colons)

  • strFunction:list_hamsters
  • strSystem:client_demo
  • intClient_Id:123
  • strClient_SessionField:asdfasdfasdf


The system will respond with XML.


<?xml version="1.0" encoding="UTF-8"?>
<data>
	<strFunction>list_hamsters</strFunction>
	<intErrorId>0</intErrorId>
	<strError></strError>
		<hamsters>
			<green>0</green>
			<jade>0</jade>
			<emerald>0</emerald>
			<apple>0</apple>
			<help>0</help>
			<white>6</white>
			<olive>5</olive>
			<lime>0</lime>
			<suggestion>0</suggestion>
			<newUser>3</newUser>
			<excellent>0</excellent>
			<good>0</good>
			<poor>0</poor>
			<awful>0</awful>
		</hamsters>
</data>