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 Edit

{
  "id": "F5f/ojeYDzm6jfnLybEWEA==",
  "transaction_type": "sales",
  "transaction_nature": "edit",
  "chemist_id": "YT3/3PEAnmEolCPrStruew==",
  "reference_number": 217,
  "payment_mode": "Cash",
  "payment_date": "2023-08-14 15:45:22",
  "delivery_type": "pickup",
  "order_number": "OB8CAMBDC3",
  "bill_no": 217,
  "bill_date": "2023-08-14 16:40:50",
  "order_status": "completed",
  "reject_reason": "",
  "total": 60,
  "amount": 60,
  "order_by": "Owner",
  "patient_name": "Cash Sale",
  "mobile": "",
  "billing_for": "Cash Sale",
  "billing_for_mobile": "",
  "doctor_name": "",
  "bill-pdf-url": "http://localhost/evital/invoice/T0I4Q0FNQkRDMw==/print/",
  "remark": "",
  "items": [
    {
      "price": 40,
      "directions": "0-0-0-0",
      "quantity": 15,
      "mrp": 40,
      "discount": 0,
      "batch": "FRESH",
      "expiry": "12/25",
      "gst": 6.43,
      "gstpercentage": 12,
      "amount": 60,
      "size": 10,
      "medicine_name": "Ltk AM Tablet",
      "pack_size": "10 Tablet",
      "dosage_type": "tablet",
      "image": "https://d1tu4pmhr82np8.cloudfront.net/storage/medicines/thumb/60c459e7daf9d.jpg",
      "medicine_id": "vVgL6Ggy5tYhqQr1qXOAzA==",
      "manufacturer_name": "Unison Pharmaceuticals Pvt Ltd",
      "hsn_code": "30049079",
      "medicine_type": "drug",
      "packing_size": "1 Strip of  10 Tablet",
      "cess": 0,
      "cess_percentage": 0,
      "price_to_retailer": 20,
      "margin": 17.6,
      "base_price": 20,
      "landing_price": 22.4,
      "location": "",
      "sale_discount": 0,
      "lock_discount": "no",
      "sell_in_loose": "yes",
      "item_category": "drug",
      "loyalty_points": 0,
      "loyalty_points_percentage": 0,
      "batch_discount": 0,
      "expiry_return": "2025-12-01"
    }
  ]
}
PreviousOrder SaveNextOrder Accepted

Last updated 3 months ago

Was this helpful?