Skip to content
Axis Solutions ZMB
YouTube

Save Branch User

The Branch API enables businesses to manage branch and user information within Smart Invoice.
This allows third-party systems to create and synchronize branch user accounts, ensuring seamless access and role management.

SaveBranchUserAsync() method

This method is used to create branch user accounts in Smart Invoice.
User information such as name, contact details, and address should be provided by the third-party system.

Request Parameters

ParameterTypeDescription
BranchIdstringUnique identifier of the branch
UserIdstringUnique user identifier
UserNamestringFull name of the branch user
ContactNumberstringPhone number of the user
EmailstringEmail address of the user
AddressstringPhysical address of the user
RolestringUser role within the branch (e.g., Admin, Cashier, Manager)

Usage

Standard codes

Successful Response


{
  "success": true,
  "code": "000",
  "message": "Operation completed successfully",
  "timestamp": "2025-09-19 15:51:03",
  "data": null,
  "error": null
}