v1

latestOpenAPI 3.1.02026-07-142011.7 KB

/test/:edit-warehouse

post/api/backend/clientwarehouse/edit/

Headers

Authorizationstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">This is the API Key, refer to the Authentication section to get a valid token or use a different validation method.</p>
Content-Typestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">This is the format in which data is being sent (json is recommended)</p>

Request body

namestring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Registered warehouse name in our system</p>
registered_namestring
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Registered warehouse name in our system</p>
addressstring
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Registered address of the warehouse in our system</p>
pinstring required
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Registered pincode of the warehouse in our system</p>
phonestring
<p style="font-size:15px;font-family:Lato, proxima-nova, Helvetica Neue, Arial, sans-serif;color: #001a00;text-align:justify;">Registered pincode for the warehouse in our system</p>

Response

200

successboolean
errorstring

Example response

{
  "data": {
    "phone": 3242526423737,
    "name": "myWH1234",
    "address": "kanpur",
    "active": true,
    "message": "client warehouse has been updated in HQ(Delhivery).",
    "pincode": 122413
  },
  "success": true
}