You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
UXPROD-4663
-
Getting issue details...
STATUS
| API | Return | Description | Question/Comments/Doubt |
---|
Option 1. Online registration Tier 1, Tier 2 | GET:/Patron-registration-status | 200: if Active 404: if inactive (with error code or msg) 404: if not found (with error code or msg)
| TO check if email is already exist in USER table. | |
| POST/UPDATE/UPSERT: /patron | 201 if record created or update. 4XX/5XX: if something else (???)
| Create or update patron on Staging table. | |
| POST/UPDATE/UPSERT: /activate-patron | 200: if updated 4XX: if something else (???)
| To activate the patron. | Record still be there in staging table after activated? |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |