StartC60ExportInput
Input for startC60Export. Selects one quincena (a specific month's first or second half) to reconcile. Provide either posId or emisora.
input StartC60ExportInput {
posId: ID
emisora: String
year: Int!
month: Int!
half: Int!
sftpConfigId: ID
}
Fields
StartC60ExportInput.posId ● ID scalar
Cuaderno 60 Point of Sale ID; the emisora is read from it. Provide this or emisora.
StartC60ExportInput.emisora ● String scalar
6-digit C60 emisora code. Provide this or posId.
StartC60ExportInput.year ● Int! non-null scalar
Four-digit year of the quincena to export (e.g. 2026).
StartC60ExportInput.month ● Int! non-null scalar
Calendar month of the quincena, 1–12.
StartC60ExportInput.half ● Int! non-null scalar
Which half of the month: 1 = days 1–15, 2 = day 16–end of month.
StartC60ExportInput.sftpConfigId ● ID scalar
Optional SFTP destination config ID to also deliver the file to.
Member Of
startC60Export mutation