BestRx APIs
Contact Us
  1. BestPOS 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
    • Create New Rx From ERx Message
      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
    • Get POS Transaction
      GET
    • Update POS Txn Status
      POST
    • Update POS Txn Signature
      POST
    • Get Pharmacy Info
      GET
  • 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. BestPOS API

Update POS Txn Status

POST
https://posservice.bestrxconnect.com/updatepostxnstatus
INFO
This endpoint is used to update POS Transaction Status.

Request

Body Params application/json

Example
{
    "BestPOSTransactionID": "1234",
    "PharmacyNumber": "1234567890",
    "StatusID": 9,
    "LocationName": "Kiosk-1",
    "BinID": "A123"
}

Responses

🟢200Success
application/json
Body

Example
{
    "Data": true,
    "IsValid": true,
    "Messages": []
}
🟢200Missing/Invalid Fields
Modified at 2025-11-19 15:35:55
Previous
Get POS Transaction
Next
Update POS Txn Signature