The Mobile Web Service (PersonifyDubServiceHost) is responsible for pulling in the correct Personify data to your mobile application. Any changes made to the Mobile Web Service must be done through a customization. For more information on doing so, please contact your Account Specialist.
The table below lists all the stored procedures that come with the Personify Mobile Web Service with a description of the function of each.
Use this table to brainstorm different customization settings. Keep in mind any customizations done to the web services will require a deeper knowledge of the logic and a discussion with our Personify developers.
End Point |
Query String |
Stored Procedure/API/Web Service |
|---|---|---|
Add2Cart |
POST |
Calls Shopping Cart Web Service |
AddAgenda |
POST |
API Code |
AddContactTrack |
POST |
API Code |
AddUpdateProfile |
POST |
API Code |
MeetingAgenda |
?mcid={mcid}&scid={scid}&mid={mtgid} |
MOBILE_GET_MEETING_AGENDA_LIST |
ContactDetail |
?mcid={mcid}&scid={scid}&uid={staffid} &aid={activityId} |
MOBILE_GET_CONTACT_TRACKING_DETAIL |
ContactList |
?mcid={mcid}&scid={scid}&uid={staffid} &n={startindex}&p={itemsPerPage} |
MOBILE_GET_CONTACT_TRACKING_LIST |
ContactLookups |
?oid={orgid}&ouid={orgunitid} |
MOBILE_CONTACT_TRACKING_LOOKUPS |
CountryList |
GET |
API Data Cache |
DeleteAgenda |
?oid={OrgId}&ouid={OrgUnitID} &aid={AgendaId} |
API Code |
Directory |
?mcid={mcid}&scid={scid}&oid={orgid}&ouid={orgunitid} &n={startindex}&p={itemsPerPage}&sterm={searchTerm} &staff={IsStaffMember}&member={IsMember} |
MOBILE_GET_DIRECTORY |
EmployeeList |
?mcid={mcid}&scid={scid}&n={startindex}&p={itemsPerPage} |
MOBILE_GET_EMPLOYEE_LIST |
ExhibitorDetail |
?xbtid={xbtProductId}&xbtpp={xbtParentProduct}&xbtpc= {xbtProductCode}&mcid={MCID}&scid={SCID}&bthno={BoothNos} |
MOBILE_GET_EXHIBITOR_DETAIL |
Exhibitors |
?xbtid={xbtid}&xbtpp={xbtParentProduct}&xbtpc= {xbtProductCode}&n={startindex}&p={itemsPerPage} |
MOBILE_GET_EXHIBITOR_LIST |
IsUserRegistered |
?mcid={mcid}&scid={scid}&pid={pid} |
MOBILE_MTG_IS_USER_REGISTERED |
MeetingList |
?oid={orgid}&ouid={orgunitid}&fm={FromMonth}&tm= {ToMonth}&staff={IsStaffMember}&member={IsMember} |
MOBILE_GET_MTG_LIST |
Notifications |
?mcid={mcid}&scid={scid} |
MOBILE_NOTIFICATION_MESSAGES |
OrderConfirm |
POST |
API Code |
OrderPlace |
POST |
API Code |
Participation |
?mcid={MCID}&scid={SCID} |
MOBILE_GET_PARTICIPATION_INFO |
Preferences |
?mcid={mcid}&scid={scid}&oid={orgid}&ouid={orgunitid} |
MOBILE_GET_CUSTOMER_PREFERENCES |
Product |
?pid={productid} |
MOBILE_GET_PRODUCT_DETAIL |
ProductList |
?n={startindex}&p={itemsPerPage}&pc={productclass}&oid= {orgid}&ouid={orgunitid}&staff={IsStaffMember}&member={IsMember} |
MOBILE_GET_PRODUCT_LIST |
Profile |
?mcid={masterCustomerId}&scid={subCustomerId}&rmcid= {reqMCID}&rscid={reqSCID}&staff={IsStaff}&type={RecordType} |
MOBILE_GET_PROFILE |
Purchases |
?mcid={mcid}&scid={scid}&ss={subsystem}&n={startindex}&p= {itemsPerPage} |
MOBILE_GET_PURCHASE_HISTORY |
Relationships |
?mcid={MCID}&scid={SCID}&oid={orgid}&ouid={orgunitid}&n= {startindex}&p={itemsPerPage} |
MOBILE_GET_RELATIONSHIPS |
SavePreferences |
POST |
API Code |
SearchMeetingRegistrants
|
?mcid=%{Config.masterCustomerId}&scid=%{Config.subCustomerId}&pid=%{eventUID}&n= %{pageOffset}&p=%{pagesize}&staff=%{Config.isStaff}&sterm=%{searchPhrase} |
MOBILE_SEARCH_MTG_REGISTRANTS |
ShoppingCartSummary |
?oid={orgid}&ouid={orgunitid}&mcid={mcid}&scid={scid} |
Shopping Cart Web Service |
UploadFile |
POST : ?mcid={mcid}&scid={scid} |
|
ValidateUserCredentials |
?uid={userId}&pwd={password} |
"MOBILE_TRACK_VALID_LOGINS MOBILE_GET_USER_CREDENTIALS_BY_ID MOBILE_GET_USER_CREDENTIALS SSO Web Service Call If configured for SSO" |