Create Branch
The Create Branch API allows you to add a new branch to the system. This API is typically used by administrators or authorized personnel to manage branches within the organization.
API Method
Endpoint
Headers
Key
Value
Body Parameters
Parameter
Type
Required
Description
Example Request Body
{
"name": "Branch B",
"address": "456 Another St, City, Country"
}Response Sample
Last updated