Save Branch Customer
The Branch Customers API allows businesses to save customer details captured in third-party systems directly into Smart Invoice.
This ensures that customer information such as names, addresses, and contact details are seamlessly integrated and kept up to date.
SaveBranchCustomerAsync() method
This method saves customer details into Smart Invoice.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| Customer | object | Customer data including name, contact information, address, etc. |
Usage Example

Get Purchases Response
{
"success": true,
"code": "000",
"message": "Operation completed successfully",
"timestamp": "2025-09-22 08:20:18",
"data": null,
"error": null
}