Difference between revisions of "USA Web Service"
Jump to navigation
Jump to search
(Outline creation) |
|||
Line 2: | Line 2: | ||
Allow access to membership database so mobile app can authenticate existing accounts. Calls will be made directly to MySQL database to authenticate user login. Response will be name, address, phone, etc of customer table. | Allow access to membership database so mobile app can authenticate existing accounts. Calls will be made directly to MySQL database to authenticate user login. Response will be name, address, phone, etc of customer table. | ||
+ | |||
+ | # Sample | ||
= Shipping Info = | = Shipping Info = | ||
Line 10: | Line 12: | ||
= Order Status = | = Order Status = | ||
+ | |||
+ | = Testing = |
Revision as of 11:28, 20 January 2012
User Login
Allow access to membership database so mobile app can authenticate existing accounts. Calls will be made directly to MySQL database to authenticate user login. Response will be name, address, phone, etc of customer table.
- Sample