curl --location 'https://api.crol.mx/api/Bancos/AsignarDepositoVenta' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"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
}
}'