Skip to main content

startC60Export

Starts an asynchronous Cuaderno 60 reconciliation export for either one quincena (fixed half-month window) or an exact custom date range (up to 92 days). Returns a ChargesExport whose status is PENDING; poll chargesExport(id) until COMPLETED, then downloadExport(id) returns a ZIP of the fixed-width fichero file(s). The emisora is taken from the account's Cuaderno 60 Point of Sale. A custom range is download-only — sftpConfigId is only honored for the quincena form.

startC60Export(
input: StartC60ExportInput!
): ChargesExport!

Arguments

startC60Export.input ● StartC60ExportInput! non-null input

Type

ChargesExport object

Asynchronous charges export job. Created by startExportCharges; download via downloadExport once status is COMPLETED.