LibreDTE

ListDocumentEventsJob extends AbstractJob
in package
implements JobInterface

Lista el historial de eventos de un DTE en el RCV del SII.

Attributes
#[Job]
$name: 'list_document_events'
$worker: 'sii_rcv'
$component: 'integration'
$package: 'billing'

Table of Contents

Interfaces

JobInterface

Constants

WSDL_SERVICE  = 'registroreclamodteservice'

Properties

$siiLazyWorker  : SiiLazyWorkerInterface
$xmlService  : XmlServiceInterface

Methods

__construct()  : mixed
list()  : ListDocumentEventsResponse
Lista los eventos históricos de un DTE.

Constants

Properties

Methods

list()

Lista los eventos históricos de un DTE.

public list(SiiRequestInterface $request, string $company, int $document, int $number) : ListDocumentEventsResponse
Parameters
$request : SiiRequestInterface

Datos de la solicitud al SII.

$company : string

RUT del emisor del DTE (formato RUT-DV).

$document : int

Tipo de documento tributario electrónico.

$number : int

Folio del documento.

Tags
throws
ListDocumentEventsException

En caso de error.

Return values
ListDocumentEventsResponse

        
On this page

Search results