Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. WS: CLT_Cobranza_getEstadoCuenta(string access_token,long pkCliente)
  2. Result: PK_Saldo [LONG],PK_Factura [LONG],Sucursal [STRING],RFC [STRING],Razon_Social [STRING],Folio_Factura [STRING],Fecha [DATETIME],Importe [FLOAT],Saldo [FLOAT]
  3.  
  4. WS: CLT_Cobranza_getTransacciones(string access_token,long pkCliente,DateTime mes,int topN)
  5. Result: Tipo_movimiento [STRING],RFC [STRING],Razon_social [STRING],Sucursal [STRING],Factura [STRING],Importe [FLOAT],Fecha [DATETIME],Referencia [STRING]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement