action afterbanks_post_service_v3 { label: "Posición global y movimientos hasta una fecha dada." description: "Este endpoint devuelve el listado de productos y los movimientos para cada uno de los productos desde la fecha solicidata hasta el día actual. Existe un sandbox donde probar llamadas: https://www.afterbanks.com/sandbox/\n" provider: afterbanks method: POST path: "/serviceV3" encoding: json input: { type: "object" properties: { documentType: { type: "string" } pass: { type: "string" } pass2: { type: "string" } products: { type: "string" } service: { type: "string" } servicekey: { type: "string" } startdate: { type: "string" } user: { type: "string" } } required: ["pass", "service", "servicekey", "startdate", "user"] additionalProperties: false } output: { type: "object" additionalProperties: true } }