Importation Customs
The Customs Controller provides a comprehensive set of endpoints to manage and streamline customs operations related to imports and declarations. These endpoints cover functionalities such as managing import assignments, processing customs declarations, saving and retrieving customs-related data, and classifying customs documents. Designed to facilitate seamless integration and compliance, the Customs Controller enables efficient and organized management of customs processes.
Service URLs
Documentation | Test in Swagger |
---|---|
Endpoint Descriptions:
POST Authentication
Authenticate a user by validating their credentials. Returns a token for authorized access to the system.
GET ListImportsOpeningDo
Retrieves a list of import operations that are currently open and awaiting documentation. This endpoint provides detailed information about the status and requirements for each import operation.
GET ListAssignedImports
Retrieves a list of imports that have been assigned to a specific user or team. Provides visibility into assigned tasks and their current statuses.
PUT ReceiveAssigment
Processes and confirms the assignment of customs-related tasks or operations to a specific user or team. Ensures proper allocation and tracking of responsibilities.
PUT ReceiveImportDocuments
Handles the reception and storage of import-related documents, ensuring all necessary files are uploaded nd associated with the correct import operation.
POST SaveCustomsData
Saves customs-related data, such as import details, fees, or related metadata, in the system.
POST SaveCustomsDeclaration
Records a new customs declaration or updates an existing one. This includes all necessary data for submitting declarations to customs authorities.
PUT CustomsDeclaration
Retrieves details of a specific customs declaration. Useful for reviewing, validating, or auditing previously submitted declarations.
GET ImportDeclaration
Creates a declaration specific to an import operation. This endpoint ensures the import complies with all required customs regulations.
POST SaveCustomsLog
Stores logs related to customs operations for tracking and auditing purposes. This endpoint allows consistent logging of actions, changes, or events.
GET ListCustomsLog
Retrieves a list of customs-related logs. This is useful for tracking the history of operations and ensuring accountability.
POST SaveDavData
Saves data related to customs DAV (documentación aduanera y verificación) processes, ensuring accurate record-keeping for audits and compliance.
POST ClassifyCustomsDocument
Classifies customs documents based on predefined categories or rules. This endpoint ensures that documents are organized and correctly labeled for processing.