Update Branch
The Update Branch API allows you to modify the details of an existing branch in the system. This API is typically used by authorized user to manage branch information effectively.
API Method
Endpoint
Headers
Key
Value
Path Parameters
Parameter
Type
Required
Description
Body Parameters
Parameter
Type
Required
Description
Example Request Body
{
"name": "Updated Branch B",
"address": "789 Updated St, New City, New Country",
"is_active": 1,
"is_suspend": 0
}Response Sample
Last updated