The eBMS Endpoint URLs DocType stores the base server URL as well as the API routes used to communicate with OBR’s Electronic Billing Management System (EBMS). Each route should be mapped to its corresponding method, which is predefined when the app is installed.
This DocType also allows you to manage separate endpoints for both Sandbox and Production environments.

To access the eBMS Endpoint URLs, go to:
eBMS > Home > eBMS Endpoint URLs
Select the desired environment and set the appropriate Server URL.
Then map the routes to their corresponding methods as follows:
| Method Name | Endpoint Url |
|---|---|
| login | <login_route> |
| add_invoice | <add_invoice_route> |
| cancel_invoice | <cancel_invoice_route> |
| get_invoice | <get_invoice_route> |
| add_stock_movement | <add_stock_movement_route> |
| check_TIN | <check_tin_route> |
Last updated 1 week ago
Was this helpful?