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
Response
200
Example response
{
"data": {
"phone": 3242526423737,
"name": "myWH1234",
"address": "kanpur",
"active": true,
"message": "client warehouse has been updated in HQ(Delhivery).",
"pincode": 122413
},
"success": true
}