Skip to main content

StartC60ExportInput

Input for startC60Export. Selects EITHER a quincena (a specific month's first or second half) OR an exact custom date range to reconcile — never both, never neither.

input StartC60ExportInput {
posId: ID!
year: Int
month: Int
half: Int
startDate: String
endDate: String
sftpConfigId: ID
}

Fields

StartC60ExportInput.posId ● ID! non-null scalar

Cuaderno 60 Point of Sale ID; the emisora is read from it.

StartC60ExportInput.year ● Int scalar

Four-digit year of the quincena to export (e.g. 2026). Provide with month/half, or use startDate/endDate for a custom range instead.

StartC60ExportInput.month ● Int scalar

Calendar month of the quincena, 112. Provide with year/half.

StartC60ExportInput.half ● Int scalar

Which half of the month: 1 = days 1–15, 2 = day 16–end of month. Provide with year/month.

StartC60ExportInput.startDate ● String scalar

Custom range start, ISO YYYY-MM-DD, inclusive. Provide with endDate instead of year/month/half.

StartC60ExportInput.endDate ● String scalar

Custom range end, ISO YYYY-MM-DD, inclusive. Provide with startDate instead of year/month/half.

StartC60ExportInput.sftpConfigId ● ID scalar

Optional SFTP destination config ID to also deliver the file to. Quincena exports only — a custom range is download-only.

Member Of

startC60Export mutation