BestRx APIs
Contact Us
  1. Prescription API
  • Introduction - BestRx APIs
  • Patient API
    • Overview
    • Error Codes
    • Add Patient
      POST
    • Update Patient
      POST
    • Get Patient
      POST
    • Submit Charge Account Payment
      POST
    • Update Patient Remark
      POST
    • Get Patient Remark
      POST
    • Delete Patient Remark
      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
    • Create New Rx From ERx Message
      POST
    • Create New Rx From eFax
      POST
    • Send Rx Refill Request
      POST
  • Refill API
    • Overview
    • Error Codes
    • WebRefill PlugIn
    • Get Patient Profile
      POST
    • Send Refill Request
      POST
  • BestPOS API
    • Overview
    • Error Codes
    • Create POS Transaction
    • Get POS Transaction Status
    • Get Item Details
    • Get POS Transaction
    • Update POS Txn Status
    • Update POS Txn Signature
    • Get Pharmacy Info
  • 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
Contact Us
  1. Prescription API

Send Rx Refill Request

POST
https://dataservice.bestrxconnect.com/prescription/sendrxrefillrequest
INFO
This endpoint is used to send e-prescribing refill requests.

Request

Body Params application/jsonRequired

Example
{
    "pharmacy_number": "1234567890",
    "unique_prescription_id": 1234567,
    "rx_number": 100001,
    "fill_date": "2025-12-31",
    "patient_id": 12345,
    "no_of_refill_request" : 3,
    "notes": "Need more refills",
    "user_id_to_log": "Send Rx Refill Request API"
}

Responses

🟢200Success
application/json
Body

Example
{
    "Data": {
        "is_request_sent": true,
        "status_code": "010",
        "status_description": "Successfully accepted by ultimate receiver"
    },
    "IsValid": true,
    "Messages": []
}
🟢200Invalid Information
Modified at 2026-01-29 20:02:23
Previous
Create New Rx From eFax
Next
Overview