BestRx APIs
Contact Us
  1. Refill API
  • Introduction - BestRx APIs
  • Patient API
    • Overview
    • Error Codes
    • Add Patient
      POST
    • Update Patient
      POST
    • Get Patient
      POST
    • Submit Charge Account Payment
      POST
  • Drug API
    • Overview
    • Error Codes
    • Get Drug Information
      POST
  • Prescription API
    • Overview
    • Error Codes
    • Submit Rx Transfer Request
      POST
    • Return to Stock
      POST
    • Save Rx Signature
      POST
  • Refill API
    • Overview
    • Error Codes
    • GetPatientProfile
      POST
    • Send Refill Request
      POST
  • BestPOS API
    • Overview
    • Error Codes
    • Create POS Transaction
      POST
    • Get POS Transaction Status
      POST
    • Get Item Details
      POST
  • Delivery/Shipping Provider API
    • Overview
    • Error Codes
    • Address Validation
    • Create Order
    • Update Order Status
    • Cancel Order
  • Realtime Data Feed Specification
    • Overview
    • Patient Update Callback
    • E-Prescription Notification Callback
    • Prescription Update Callback
  1. Refill API

Overview

This document is used as a guide to help implement the Web Refill Service API with BestRx Pharmacy Management System. It describes in detail the Request and Response message formats defined in WebRefill Service.

Service Address#

The service is hosted on https:// servers.
https://webservice.bcsbestrx.com/bcswebservice/v2/webrefillservice

Operations#

GetPatientProfile
Send Refill Request

Authentication#

Vendors: 'UserName' and 'API Key' are required when servicing multiple pharmacies.
Pharmacies: Only 'API Key' is required for individual pharmacy users.
NOTE
Credentials will be provided by BestRx
Modified at 2024-06-06 16:44:51
Previous
Save Rx Signature
Next
Error Codes