POST /v1/external/settings/company/addpickup

This API can be used to add a new pickup location to your account.
Pass the minimum required parameters to add the location.
Further details to the address can be added if required.

Parameters:

PARAMSREQUIREDDATA TYPEDESCRIPTIONEXAMPLE
pickup_locationYESstringThe nickname of the new pickup location. Max 36 characters.Home
nameYESstringThe shipper's name.Deadpool
emailYESstringThe shipper's email address.deadpool@chimichanga.com
phoneYESintegerShipper's phone number.9777777779
addressYESstringShipper's primary address. Max 80 characters.Mutant Facility, Sector 3
address_2NOstringAdditional address details.House number 34
cityYESstringPickup location city name.Pune
stateYESstringPickup location state name.Maharashtra
countryYESstringPickup location country.India
pin_codeYESintegerPickup location pincode.110022
latNOfloatPickup location Latitude.22.4064
longNOfloatPickup location Longitude.69.0747
address_typeNOstringTo be given if address of different vendor is to be provided with pickup addressvendor
vendor_nameNOstringName of vendor if address_type is vendorJohn
gstinNOstringgstin of vendor09XXXCH7409R1XXX

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
pickup_location String No
email String No
name String No
phone String No
address_2 String No
country String No
pin_code String No
state String No
address String No
city String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.