Overview
The Operaciones service provides methods for managing punto de venta (point of sale) operations and significant event registration required by the SIAT system. This service is essential for registering and managing sales points, as well as reporting operational events that affect invoicing.Service Access
Access the Operaciones service through the SIAT client:Available Operations
The Operaciones service provides two main groups of operations:Punto de Venta Operations
Manage point of sale registrations and operations:Register Punto de Venta
Register a new point of sale
Query Punto de Venta
List registered points of sale
Close Punto de Venta
Close an existing point of sale
Register Comisionista
Register a commission agent point of sale
Significant Events
Register and query operational events:Register Event
Report a significant event
Query Events
List registered events
Common Response Structure
All Operaciones service methods return a SOAP envelope response with the following structure:Indicates if the operation was successful
List of messages or errors from the service
Message Service Structure
Error and informational messages follow this structure:Context and Configuration
All Operaciones methods require:Context for request cancellation and timeout control
Configuration containing authentication token and other SIAT credentials:
Error Handling
Operations may fail at different levels:- Request Building: Invalid request parameters
- HTTP Transport: Network or connectivity issues
- SOAP Parsing: Invalid response format
- Business Logic: SIAT service validation errors (check
mensajesList)
Verify Communication
Test connectivity to the Operaciones service:Related
Punto de Venta
Point of sale operations
Eventos Significativos
Significant event operations
Codigos Service
CUIS and CUFD management
Sincronizacion Service
Sync parametric data
