Request Product

To request a product, which is not available at eVitalRx.

Request Product

POST https://api.evitalrx.in/v1/doctor/medicines/request_medicine

Request Body

NameTypeDescription

apikey*

String

Authentication Token

medicine_name*

String

Product Name

gtin_number

String

Product's GTIN Number

hsn_code

String

Product's HSN Number

Min Length: 3

Max Length: 8

manufacturer_name*

String

Product's Manufacturer Name

packaging*

String

Product's Packaging

Packaging: strip, bottle, packet, piece, tube, etc.

Examples: Himalaya Cream is 100gm.

Then pass "packaging": "tube"

mrp*

Number

Price of the Product

unit

String

Unit for the measurement of the Product

Units: gm, ml, tablets, capsules, etc.

Examples: Himalaya Cream is 100gm.

Then pass "unit": "gm"

weightage

Number

Weightage of the Product:

Examples: Himalaya Cream is 100gm.

pass "weightage": 100

gst_percentage

Number

GST Percentage of the Product:

Valid values: 0, 5, 12, 18, 28

os

String

web

image*

File

Back photo of the Product.

image*

File

Front photo of the Product.

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2022-12-06 17:30:56",
    "data": {
        "medicine_id": "sWCoyp2jvgEx9ul1CBOuFA==",
        "medicine_type": "",
        "packing_size": "1 Tube of 100 Gm",
        "pack_size": "100 Gm",
        "manufacturer_name": "",
        "hsn_code": "",
        "gst_percentage": 0,
        "gtin_number": "",
        "mrp": 100,
        "medicine_name": "Himalaya Fairness Cream"
    }
}

Last updated