v1

latestOpenAPI 3.1.02026-07-142011.7 KB

/test/:create-warehouse

post/api/backend/clientwarehouse/create/

Headers

Authorizationstring required

Token XXXXXXXXXXXXXX

Content-Typestring required

This is the format in which data is being sent (JSON is recommended)

Acceptstring

application/json

Request body

phonestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Associated phone number in Numeric or in Masking format with the warehouse</p>
citystring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">City of the pickup location</p>
namestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Name of the warehouse with which the warehouse gets created in delhivery system</p>
pinstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Pin code of the pickup location</p>
addressstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Associated pickup location address</p>
countrystring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Country associated</p>
emailstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Associated email address</p>
registered_namestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Ideally this name should be same as the name mentioned in the above field</p>
return_addressstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Address where shipment need to be returned</p>
return_pinstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Return Pin Code</p>
return_citystring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">City where shipment need to be returned</p>
return_statestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">State of the Return location</p>
return_countrystring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Country where shipment need to be returned</p>

Response

200

successboolean
errorstring

Example response

{
  "data": {
    "name": "warehouse name",
    "pincode": 324005,
    "phone": "phone no.",
    "client": "Client name",
    "address": "address",
    "active": true,
    "message": "A new client warehouse has been created in HQ(Delhivery)."
  },
  "success": true
}
All 2 operations