Advertisement
jcarlosriverae

workflow mesa de control

Apr 27th, 2022
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.75 KB | None | 0 0
  1.  
  2. datosProceso = {
  3.     "cliente":{
  4.         "razonSocial":
  5.         "rfc":
  6.         "distribuidor":
  7.         "grupoTrabajo":9999
  8.         "depositoPromedio":09999
  9.         "saldoPromedio":9999
  10.     },
  11.    
  12.     "documentosRazonSocial":[
  13.         "actaConstitutiva":{
  14.             "rutaS3": "https./////",
  15.             "nombredocumento":"aaaa",
  16.             "revision":"aprobado",
  17.         },
  18.         "id representatne":{
  19.             "rutaS3": "https./////",
  20.             "nombredocumento":"aaaa",
  21.             "revision":"rechazado",
  22.         }
  23.            
  24.     ],
  25.     "contrato":{
  26.         "fechaHoraElaboracion":"timestamp"
  27.     },
  28.     "reglasOperacion":{
  29.         "spei":{
  30.             "cashIn":{
  31.                 "tipo":"porcentual/fija",
  32.                 "valor":9999
  33.             },
  34.             "cashOut":{
  35.                 "tipo":"porcentual/fija",
  36.                 "valor":9999
  37.             }
  38.         },
  39.         "visa":{
  40.             "comisionDispersion":999
  41.         },
  42.         "cuotaFija":{
  43.             "valor":9999
  44.         }
  45.     }
  46. }
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement