| POST |
https://pbmapi.ramsellcorp.com/oauth/token |
Allows user to obtain an OAuth 2 Bearer Token by username and password, which can be used to make secure API requests. |
| GET |
https://pbmapi.ramsellcorp.com/oauth/me |
Add the bearer token on the request header first, then call this API to get claims type from token - logon name, full name, sponsor id, user id |
| GET |
https://pbmapi.ramsellcorp.com/api/OREnrollment/{member_reference_id or SSN} |
Add the bearer token on the request header first, then call this API to get patient enrollment data by unique member reference Id or SSN (999-99-9999) |
| POST |
https://pbmapi.ramsellcorp.com/api/OREnrollment |
Add the bearer token on the request header first, then insert new enrollment data from post body - xml data, the member reference id will be returned if insert action successfully |
| PUT |
https://pbmapi.ramsellcorp.com/api/OREnrollment/{member_reference_id or SSN} |
Add the bearer token on the request header first, then update the enrollment data from put body - xml data, the "Update successfully" message will be returned if update action successfully |