eVitalRx
  • API - powered by eVitalRx
  • Getting Started with eVitalRx
  • API FOR Product Catalogue
    • Introduction
    • Medicines
      • Search Product
      • Product Details
      • Search Content
      • Request Product
      • Get Categories
      • Get Category Products
  • API FOR Patient App
    • Introduction
    • Login/Signup
      • Signup send OTP
      • Signup
      • Login
      • Forgot password send OTP
      • Reset password
      • Change password
    • Patients
      • Add Patient
      • Update Patient
      • Get Patient
      • Add Patient family member
    • Addresses
      • List Addresses
      • Add-Update Address
      • Set Default Address
      • Delete Address
    • Medicines
      • Search Products
      • Search Manufacturer
      • Product Details
      • Get Stock details
      • Get Product Batch
      • Search Content
      • Branded to Generic
      • Get Categories
      • Get Category Products
      • Get Entity Categories
      • Get Entity Category Products
    • Orders
      • Place Order
      • Cancel Order
      • Save
      • Order Details
      • Order List
      • Mark as Accept
      • Mark as Reject
      • Get Reject Reasons
      • Get Chemist Order Settings
      • ⛔Mark as Shipped
      • Mark as Delivered
      • Order Return
      • Order Return Details
  • API FOR EMR/HMIS SOFTWARE
    • Introduction
    • Medicines
      • Search Products
      • Product Details
      • Get Inventory Status
      • Get Inventory Items
      • Get Alternatives
      • Get Product Batch
      • Get Expired Batches
      • Request Product
      • Branded to Generic
      • Search Content
      • Add Favorite Medicine
    • Patients
      • Add Patient
      • Get Patient
      • Update Patient
      • Add Patient family member
    • Orders
      • Push Prescription
      • Order Details
      • Order List
      • ⛔Update Order
      • Save
  • API FOR Custom Fields
    • Introduction
    • Add Custom Fields
    • Update Custom Field
    • Delete Custom Fields
    • List Custom Fields
  • API FOR MASTER
    • Reports
      • Margin Report
      • Stock Summary
  • API FOR FULFILLMENT
    • Introduction
    • Medicines
      • Search Products
      • Product Details
    • Orders
      • ⛔Check Serviceability
      • Check Serviceability V3
      • ⛔Checkout V2
      • Checkout V3
      • ⛔Place Order V2
      • Place Order V3
      • ⛔Order Details
      • Order Details V2
      • ⛔Cancel Order
      • Cancel Order V2
      • Get Reject Reasons
    • Patients
      • Add Patient
      • Get Patient
  • API FOR B2B
    • Introduction
    • Orders
      • Order Save
      • Order Save as Draft
      • Order List
      • Order Details
      • Order Return Save
      • Order Return List
      • Order Return Details
    • Customers
      • Add / Update Customer
      • Customer List
  • Webhook Responses
    • Introduction
    • Medicine Webhook
    • Transaction Webhook
    • Draft Save
    • Draft Edit
    • Order Save
    • Order Edit
    • Order Accepted
    • Order Rejected
    • Order Shipped
    • Order Delivered
    • Order Split
  • Others
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. Webhook Responses

Order Accepted

{
  "id": "buctt+C5QzfVvqdIpKkYnQ==",
  "transaction_type": "sales",
  "transaction_nature": "accept",
  "chemist_id": "9kVNNczng10TbflL7zZEDA==",
  "reference_number": 0,
  "payment_mode": "Cash",
  "payment_date": "2025-01-29 12:19:46",
  "delivery_type": "delivery",
  "order_number": "OOM6HJQ9BT",
  "bill_no": 0,
  "bill_date": "2025-01-29 12:19:46",
  "order_status": "accepted",
  "reject_reason": "",
  "total": 1300,
  "amount": 1300,
  "order_by": "",
  "draft_order_id": "y1sw0N315wy4+UDhhT5FjA==",
  "draft_order_shipping_charge": 30,
  "patient_id": "rfojNNab+jNKqxDTYowQSQ==",
  "patient_name": "Manav Patel",
  "mobile": "7458787853",
  "billing_for": "Manav Patel",
  "billing_for_mobile": "7458787853",
  "doctor_name": "",
  "bill-pdf-url": "http://localhost/evital/invoice/T09NNkhKUTlCVA==/print/",
  "direct_payment_url": "",
  "remark": "",
  "chemist_code": "C00ER",
  "items": [
    {
      "price": 130,
      "directions": "0-0-0-0",
      "quantity": 100,
      "mrp": 130,
      "discount": 0,
      "batch": "",
      "expiry": "01/00",
      "gst": 139.29,
      "gstpercentage": 12,
      "amount": 1300,
      "size": 10,
      "medicine_name": "Dolobest MR 100mg/500mg/250mg Tablet",
      "pack_size": "10 Tablets",
      "dosage_type": "",
      "image": "https://d3cgpvqmlaynvp.cloudfront.net/storage/medicines/thumb/default.jpg",
      "medicine_id": "LXarW6vPNnrbm2bwTZmnOw==",
      "manufacturer_name": "TTK Healthcare Ltd",
      "hsn_code": "",
      "medicine_type": "drug",
      "packing_size": "10 tablets in 1 strip",
      "cess": 0,
      "cess_percentage": 0,
      "price_to_retailer": 0,
      "margin": 0,
      "base_price": 0,
      "landing_price": 0,
      "location": "",
      "sale_discount": 0,
      "lock_discount": "no",
      "sell_in_loose": "yes",
      "loyalty_points": 0,
      "loyalty_points_percentage": 0,
      "batch_discount": null,
      "returnable": "yes",
      "b2c_margin": 3,
      "loyalty_points_redeemed": 0,
      "stock_adjusted": "pending",
      "offer_id": 0,
      "item_category": "drug",
      "expiry_return": "1900-01-01",
      "gst_percentage": 12,
      "order_type": "sale",
      "reference_medicine_code": "I00014"
    }
  ],
  "order_custom_fields": {},
  "patient_custom_fields": {}
}
PreviousOrder EditNextOrder Rejected

Last updated 2 months ago

Was this helpful?