Skip to content

Instantly share code, notes, and snippets.

@tzamora
Last active March 9, 2021 21:30
Show Gist options
  • Save tzamora/c104623526e0c653d4446113a0164275 to your computer and use it in GitHub Desktop.
Save tzamora/c104623526e0c653d4446113a0164275 to your computer and use it in GitHub Desktop.
Wallet
- spInetGetTotalPendingCredit
- spInetGetThisWeeksFigure
- spInetGetCustomerBalances
- uSp_Message_ValidateMessage
- uSp_Local_IsCashBackCustomer
Signin
- requestSignUp: 'https://api_signup.betregal.ca/api/Signupv3/Register'
- signUpValidate: 'https://api_signup.betregal.ca/Api/NewSignup'
- activateAccount: 'https://api_signup.betregal.ca/api/Customer'
- forgotPwd: 'https://api_signup.betregal.ca/api/Customer/RetrievePassword'
- resetPwd: 'https://api_signup.betregal.ca/api/Customer/ResetPassword'
- updatePassword: 'https://api_signup.betregal.ca/api/Customer/UpdatePassword'
- uSp_Inet_GetInetTargetFromAddress
- spInetGetCustomerInfoInetMembers
- uSp_SubStore_GetCustSubStoreProfile
- uSp_getCustomerPasswordHash
- uSp_GetPasswordPolicyRule
- uSp_ChangePassword
Customer validation
- uSp_Local_DocIDValidateFileStatus
CASHIER:
- utbThirdPartyCashierPayment
- utbThirdPartyCashierPaymentDetails
- uSp_Add_TP_Cashier_Transaction
- uSp_Get_TP_Cashier_Transactions
*REPORTS*
Account History:
- gs_GetAccountHistory
- gs_GetWagersForTicket
- gs_GetWagersForGradeNumber
- uSp_Local_GetRifHookups
Current Bets:
- uSp_GSAPI_GetCustomerTickets_Detailed
- uSp_Oops_CancelBet
Early Cashout:
- uSp_ECO_GetCustomerTicketsCashoutParlay_V2
- uSp_ECO_GetCustomerTicketsCashout_Contest
- uSp_ECO_VerifyCashout_Contest
- uSp_ECO_WagerGameInfo_Contest
Weekly Figures:
- uSp_Members_GetWeeksWagers
- uSp_Members_GetWeeksAdjustments
Daily Figures:
- uSp_Members_GetCustDailyFigureByCustByDw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment