Check Serviceability

This API is deprecated.

Get serviceability check

POST {{apiUrl}}fulfillment/orders/check_serviceability

Request Body

Name
Type
Description

apikey*

String

Authentication Token

latitude*

String

Latitude of the customer

longitude*

String

Longitude of the customer

zipcode*

String

Zipcode of the patient

full_address

String

Full address of the patient for eg. Office B, 3rd Floor, 4D Square Mall, below PVR Cinema, Motera, Ahmedabad, Gujarat 380005

{
    "status_code": "1",
    "status_message": "Success",
    "datetime": "2025-02-13 19:14:46",
    "version": "1.1.27",
    "data": {
        "serviceable": true
    }
}

Last updated

Was this helpful?