Branches
The EMIZOR API allows you to obtain the list of the taxpayer's branches that have been registered in the EMIZOR system.
Obtaining the List of Branches
There is a service available to obtain the list of branches. To consume this service, refer to the following link in the documentation.
GET/api/v1/sucursalesObtains the list of branchesSuccessful response: code 200
{
"status": "success",
"data": [
{
"codigoSucursal": "String",
"municipio": "String",
"pais": "String",
"zona": "String",
"ciudad": "String",
"telefono": "String"
}
]
}
Where:
- codigoSucursal is the code of each registered branch.
- municipio, pais, zona, ciudad, telefono: Location and contact data of each registered branch.