feature/rbac-implementation
This commit is contained in:
@@ -95,7 +95,7 @@ class APIRESTController:
|
||||
self, soap_response=None, organizacion: str = None,
|
||||
pedimento: str = None, file_name: str = None,
|
||||
document_type: int = None, fuente: int = 2,
|
||||
identifier: str = None,
|
||||
identifier: str = None, binary_content: bytes = None,
|
||||
) -> Dict[str, Any]:
|
||||
"""
|
||||
Guarda un documento VU (request o error). Si ya existe uno del mismo
|
||||
@@ -124,6 +124,7 @@ class APIRESTController:
|
||||
|
||||
return await self.post_document(
|
||||
soap_response=soap_response,
|
||||
binary_content=binary_content,
|
||||
organizacion=organizacion,
|
||||
pedimento=pedimento,
|
||||
file_name=file_name,
|
||||
|
||||
Reference in New Issue
Block a user