BĂșsqueda inteligente powered by OpenAIÂ
Activar generaciĂłn automĂĄtica
POST
Productos que lo utilizan:
ParĂĄmetros para la solicitud
ParĂĄmetros de respuesta
id
Este campo indica el identificador Ășnico del reporte generado.number
account_id
Este campo indica el identificador Ășnico de la cuenta asociada al reporte.number
begin_date
La fecha y hora de inicio del intervalo del reporte, en la zona horaria UTC (indicado por la 'Z' al final, que significa 'Zulu time' o tiempo coordinado universal).string
created_from
Este campo indica cĂłmo se generĂł el reporte, siendo 'manual' para reportes generados manualmente y 'schedule' para reportes programados.string
Errores
401No autorizado.
Invalid token
Token invĂĄlido.
Solicitud
curl -X POST \
'https://api.mercadopago.com/v1/account/release_report/schedule'\
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TEST-7434*********159-03141*********cee51edf8*********f94f589-1*********' \
Respuesta de ejemplo
{
"id": 99336983670,
"account_id": 167345291,
"begin_date": "2022-08-01T03:00:00Z",
"created_from": "schedule",
"currency_id": "ARS",
"end_date": "2022-08-08T02:59:59Z",
"generation_date": "2024-02-16T15:55:22.258-04:00",
"internal_management": [
{
"is_visible": true,
"notify": false,
"use_exact_time": true
}
],
"is_reserve": false,
"is_test": false,
"last_modified": "2024-02-16T15:55:22.261-04:00",
"report_id": 17012160,
"retries": 0,
"status": "processed",
"sub_type": "release",
"user_id": 123456789,
"format": "CSV"
}