LibreDTE

GetDocumentSiiReceptionDateJob extends AbstractJob
in package
implements JobInterface

Consulta la fecha de recepción de un DTE en el SII.

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

Table of Contents

Interfaces

JobInterface

Constants

WSDL_SERVICE  = 'registroreclamodteservice'

Properties

$siiLazyWorker  : SiiLazyWorkerInterface
$xmlService  : XmlServiceInterface

Methods

__construct()  : mixed
get()  : GetDocumentSiiReceptionDateResponse
Consulta la fecha en que el SII recibió un DTE.

Constants

Properties

Methods

get()

Consulta la fecha en que el SII recibió un DTE.

public get(SiiRequestInterface $request, string $company, int $document, int $number) : GetDocumentSiiReceptionDateResponse
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
GetDocumentSiiReceptionDateException

En caso de error.

Return values
GetDocumentSiiReceptionDateResponse

        
On this page

Search results