cURL
curl --request POST \ --url https://rest.yafacture.com/transferencias/lectura-layout \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "base64": "UEsDBBQABgAIAAAAIQ...", "operante": "stp" } '
{ "message": "Forbidden resource", "error": "Forbidden", "statusCode": 403 }
X-API-Key authentication header for the development token generated in Yafacture
Archivo en base64 del layout Excel
"UEsDBBQABgAIAAAAIQ..."
Operante para seleccionar servicio de lectura
stp
"stp"