Bulk Serviceability

By entering the carrier partner ID and account code, the enterprise can get all the serviceable drop and pickup pincodes

Important Links

Run in Postman API Reference

Response

meta [meta parameters]

Field NameData TypeDescription
successBooleanIndicates the success of the API request
messageStringSUCCESS in case request was successfully processed by Clickpost, else returns error message.
statusHTTP CodeThe HTTP response status code of the API request

result [result parameters]

Field NameData TypeDescriptionExample
pickup_pincodesJSON ObjectThe JSON object which contains the list of pincodes for PREPAID and COD{"PREPAID": ["380001","380015"],
"COD": ["380001","380015"]}
drop_pincodesJSON ObjectThe JSON object which contains the list of pincodes for PREPAID and COD{"PREPAID": ["380001","380015"],
"COD": ["380001","380015"]}
PREPAIDListContains the list of all the pincodes for PREPAID shipments[
"744112",
"744106",
"744105",
]
CODListContains the list of all the pincodes for COD shipments[
"744112",
"744106",
"744105",
]
Language
Click Try It! to start a request and see the response here!