Skip to main content
POST
/
transferencias
/
lectura-layout
Lectura de layout excel de transferencias
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
}

Authorizations

x-api-key
string
header
required

X-API-Key authentication header for the development token generated in Yafacture

Body

application/json
base64
string
required

Archivo en base64 del layout Excel

Example:

"UEsDBBQABgAIAAAAIQ..."

operante
enum<string>
required

Operante para seleccionar servicio de lectura

Available options:
stp
Example:

"stp"

Response