curl --location --request POST 'https://api.crol.mx//api/Bancos/RegistrarDepositoVenta' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"detalle": [
{
"anticipo": true,
"importeAbono": 0,
"notas": "string",
"tipoCambio": 0,
"transaccionIdVenta": 0
}
],
"encabezado": {
"centroCostoId": 0,
"clabe": "string",
"cuentaId": 0,
"divisionId": 0,
"entidadId": 0,
"fecha": "string",
"formaId": 0,
"importe": 0,
"notas": "string",
"referencia": "string",
"rfc": "string",
"sucursalId": 0,
"transaccionIdDeposito": 0
}
}'