Conoce los cambios realizados en el API Changelog
Authorization: ********************curl --location 'https://api.crol.mx/api/Bancos/EgresoAgregar' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"detalle": [
{
"conceptoId": 0,
"importeAbono": 0,
"notas": "string",
"transaccionIdCompra": 0,
"tipoCambio": 0
}
],
"encabezado": {
"abonoBeneficiario": true,
"beneficiario": "string",
"beneficiarioId": 0,
"comentario": "string",
"conceptoId": 0,
"cuentaEntidadId": 0,
"cuentaId": 0,
"entidadId": 0,
"fecha": "string",
"formaFormatoId": 0,
"formaMonedaId": 0,
"formaReferencia": "string",
"formaId": 0,
"sucursalId": 0,
"centroCostoId": 0,
"divisionId": 0,
"transaccionId": 0,
"tipocambio": 0,
"total": 0
}
}'{
"data": {
"folio": "string",
"transaccionId": 0
},
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}