REST API Reference

Report Namespace

The Report namespace contains the resource to manage inquiry about reports with the following Methods Method Endpoint Scope Description.


Operation Method Endpoint Scope Sample Description
Inquiry Transaction Report Get report/transaction Report Sample Inquiry Transaction Report
Inquiry Order Report Get report/order Report Sample Inquiry Order Report
Inquiry Agent KPI Get report/pos/agent_kpi Report Sample Inquiry Agent KPI
Inquiry Reseller KPI Get report/pos/reseller_kpi Report Sample Inquiry Reseller KPI
Inquiry Transaction Daily Report Get report/transaction/daily Report Sample Inquiry Transaction Daily Report
Inquiry Payment Gateway Report Get report/payment_gateway Report Sample Inquiry Payment Gateway Report

Data Object

Field Name Field Type Regular Expression Sample Field Status
POST PUT GET DELETE
report_inquiry
start_index

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
page_size

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
period

Security Type: None

Integer ^(-1|[0-9]{1,2})$ 10,3,-1 NA NA O NA
from_date

Security Type: None

String ^([0-9]{4})[\/|-]((0[1-9])|(1[0-2]))[\/|-]((0[1-9])|(1[0-9])|(2[0-9])|(3[0-1]))$ 2006-06-12, 2006/06/12 (yyyy-mm-dd or yyyy/mm/dd) NA NA O NA
to_date

Security Type: None

String ^([0-9]{4})[\/|-]((0[1-9])|(1[0-2]))[\/|-]((0[1-9])|(1[0-9])|(2[0-9])|(3[0-1]))$ 2006-06-12, 2006/06/12 (yyyy-mm-dd or yyyy/mm/dd) NA NA O NA
program_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
bin_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
user_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
account_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
original_source_id

Security Type: None

String ^[a-zA-Z0-9]{1,100} 2Feb2015000001 NA NA O NA
type

Security Type: None

Integer ^[0-9]{1,1}$ 0-9 NA NA O NA
operation_type

Security Type: None

String ^[a-zA-Z_\/*\s]{1,50}$ TransferSend, Debit, Credit NA NA O NA
classification

Security Type: None

Integer ^[0-9]{1,1}$ 0-9 NA NA O NA
transaction_type

Security Type: None

Integer ^[0-9]{1,3}$ 900 NA NA O NA
store_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
pos_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
pos_user_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
category_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
status

Security Type: None

Integer ^[0-9]{1,3}$ 900 NA NA O NA
fulfilment_status

Security Type: None

Integer ^(-1|[0-9]{1,2})$ 10,3,-1 NA NA O NA
product_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA
variant_id

Security Type: None

Integer ^[0-9]{1,10}$ 5000000 NA NA O NA

Inquiry Transaction Report

Inquiry Transaction Report


Configuration Header:
  • lang : en
  • source_id : SourceID
  • time_zone : UTC +02:15
  • show_sensitive_data : 1
  • show_custom_field : 0
Configuration Query Parameters:
  • start_index : 1
  • page_size : 10
  • from_date : 2019-09-01
  • to_date : 2021-10-22
  • period : 0
  • program_id : 5
  • bin_id : -1
  • transaction_type : -1
  • user_id : 22795
  • account_id : -1
  • type : 2
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2019-09-01T00:00:00",
            
    			"to_date":  "2021-10-22T23:59:59",
            
    			"start_index":  1,
            
    			"page_size":  10,
            
    			"total_records":  8,
            
    			"time_zone_name":  null,
            
    			"time_zone":  null
    			
        },
        
    			"transaction_detail":  null,
        
    			"transaction_summary":  [
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  222,
                
    			"operation_type":  "0",
                
    			"classification":  "5",
                
    			"transaction_amount":  "31.00",
                
    			"transaction_total":  4,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  222,
                
    			"operation_type":  "1",
                
    			"classification":  "5",
                
    			"transaction_amount":  "191.00",
                
    			"transaction_total":  20,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  190,
                
    			"operation_type":  "0",
                
    			"classification":  "3",
                
    			"transaction_amount":  "9580.00",
                
    			"transaction_total":  91,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  188,
                
    			"operation_type":  "0",
                
    			"classification":  "3",
                
    			"transaction_amount":  "408202.00",
                
    			"transaction_total":  58,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  135,
                
    			"operation_type":  "0",
                
    			"classification":  "8",
                
    			"transaction_amount":  "36661.33",
                
    			"transaction_total":  5,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  86,
                
    			"operation_type":  "0",
                
    			"classification":  "2",
                
    			"transaction_amount":  "6.00",
                
    			"transaction_total":  3,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  86,
                
    			"operation_type":  "1",
                
    			"classification":  "2",
                
    			"transaction_amount":  "2.00",
                
    			"transaction_total":  1,
                
    			"service_provider":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  null,
                
    			"bin_id":  10,
                
    			"bin_number":  null,
                
    			"currency":  "USD",
                
    			"user_id":  22795,
                
    			"user_first_name":  null,
                
    			"user_last_name":  null,
                
    			"account_id":  19348,
                
    			"account_name":  null,
                
    			"transaction_type":  84,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "4.00",
                
    			"transaction_total":  2,
                
    			"service_provider":  0
    			
            }
    			
        ],
        
    			"order_detail":  null,
        
    			"order_summary":  null,
        
    			"payment_gateway_detail":  null,
        
    			"profit_summary":  null,
        
    			"balance_summary":  {
            
    			"account_id":  19348,
            
    			"credit_count":  23,
            
    			"credit_amount":  "197.00",
            
    			"debit_count":  161,
            
    			"debit_amount":  "454480.33",
            
    			"period_start_balance":  "743448.29",
            
    			"period_ending_balance":  "200684.95"
    			
        },
        
    			"order_reversed":  null,
        
    			"transaction_daily_summary":  null,
        
    			"notes":  null,
        
    			"last_activity":  null,
        
    			"authentication":  null,
        
    			"validate":  null,
        
    			"function_code":  0,
        
    			"time_zone":  "UTC -11:00",
        
    			"time_zone_name":  "Pacific/Pago_Pago",
        
    			"response_time":  459
    			
    }
    		
    ×

    Inquiry Order Report

    Inquiry Order Report


    Configuration Header:
    • lang : en
    • source_id : SourceID
    • time_zone : UTC +02:15
    • show_sensitive_data : 0
    • show_custom_field : 0
    Configuration Query Parameters:
  • start_index : 1
  • page_size : 100
  • from_date : 2021-01-01
  • to_date : 2021-10-01
  • period : 0
  • program_id : 5
  • bin_id : 10
  • transaction_type : -1
  • user_id : 26
  • account_id : 78
  • type : -1
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2021-01-01T00:00:00",
            
    			"to_date":  "2021-10-01T23:59:59",
            
    			"start_index":  1,
            
    			"page_size":  100,
            
    			"total_records":  17,
            
    			"time_zone_name":  null,
            
    			"time_zone":  null
    			
        },
        
    			"transaction_detail":  null,
        
    			"transaction_summary":  null,
        
    			"order_detail":  [
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  75857,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-11T08:49:52",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  9,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  100,
                
    			"retail_amount":  "4000.00",
                
    			"tier_amount":  "4000.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  75856,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-11T08:49:51",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74741,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:59:12",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  4,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74740,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:58:31",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74739,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:57:42",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74738,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:54:43",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  4,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74737,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:51:58",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74736,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:43:05",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  4,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74735,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:39:34",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  4,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74734,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T13:10:13",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74727,
                
    			"order_description":  null,
                
    			"order_date":  "2021-02-07T09:52:07",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74326,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-31T07:30:23",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74188,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-24T07:57:52",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74182,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-21T08:58:51",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74181,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-21T08:57:04",
                
    			"payment_method":  3
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74180,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-21T08:53:20",
                
    			"payment_method":  0
    			
            },
            
    			{
                
    			"program_id":  5,
                
    			"program_name":  "",
                
    			"bin_id":  10,
                
    			"bin_number":  "",
                
    			"currency":  "USD",
                
    			"user_id":  26,
                
    			"user_first_name":  "",
                
    			"user_last_name":  "",
                
    			"account_id":  78,
                
    			"account_name":  "",
                
    			"account_mask":  "184000*********0017",
                
    			"pos_id":  14636,
                
    			"pos_user_id":  15693,
                
    			"pos_name":  "",
                
    			"pos_user_name":  "",
                
    			"status":  5,
                
    			"category_id":  2,
                
    			"product_id":  1,
                
    			"variant_id":  1,
                
    			"variant_name":  "Zain 10 SAR",
                
    			"quantity":  1,
                
    			"retail_amount":  "40.00",
                
    			"tier_amount":  "40.00",
                
    			"discount_amount":  "0.00",
                
    			"fee_amount":  "0.00",
                
    			"tax_amount":  "0.00",
                
    			"retail_tax_amount":  "0.00",
                
    			"profit_amount":  "0.00",
                
    			"order_id":  74179,
                
    			"order_description":  null,
                
    			"order_date":  "2021-01-21T08:52:21",
                
    			"payment_method":  0
    			
            }
    			
        ],
        
    			"order_summary":  null,
        
    			"payment_gateway_detail":  null,
        
    			"profit_summary":  {
            
    			"account_id":  78,
            
    			"item_quantity":  116,
            
    			"order_count":  17,
            
    			"order_amount":  "4640.00",
            
    			"commission":  "0.00"
    			
        },
        
    			"balance_summary":  null,
        
    			"order_reversed":  null,
        
    			"transaction_daily_summary":  null,
        
    			"notes":  null,
        
    			"last_activity":  null,
        
    			"authentication":  null,
        
    			"validate":  null,
        
    			"function_code":  0,
        
    			"time_zone":  "UTC -11:00",
        
    			"time_zone_name":  "Pacific/Pago_Pago",
        
    			"response_time":  361
    			
    }
    		
    ×

    Inquiry Agent KPI

    Inquiry Agent KPI


    Configuration Header:
    • lang : en
    • source_id : SourceID
    • time_zone : UTC +02:15
    • show_sensitive_data : 0
    • show_custom_field : 0
    Configuration Query Parameters:
  • start_index : 1
  • page_size : 10
  • from_date : 2021-2
  • to_date : 2021-2
  • user_id : 57606
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2022-02-01T00:00:00",
            
    			"to_date":  "2023-01-01T00:00:00",
            
    			"start_index":  0,
            
    			"page_size":  0,
            
    			"total_records":  0,
            
    			"time_zone_name":  null,
            
    			"time_zone":  null
    			
        },
        
    			"agent_kpi_stats":  {
            
    			"info":  {
                
    			"cluster_id":  1,
                
    			"server_date":  "2023-01-29T12:18:14",
                
    			"date_utc":  "2023-01-29T09:18:14",
                
    			"update_date_utc":  "2023-01-29T09:18:14",
                
    			"from_date":  "2022-2",
                
    			"to_date":  "2023-1"
    			
            },
            
    			"agent":  [
                
    			{
                    
    			"info":  {
                        
    			"user_id":  57606,
                        
    			"program_id":  8676,
                        
    			"job_title":  "Coordinator"
    			
                    },
                    
    			"account":  [
                        
    			{
                            
    			"info":  {
                                
    			"id":  51767,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "271.00",
                                
    			"available_balance":  "271.00",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  51769,
                                
    			"name":  "Debit Card",
                                
    			"balance":  "705403.70",
                                
    			"available_balance":  "705235.35",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  61948,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "0.00",
                                
    			"available_balance":  "0.00",
                                
    			"currency":  "USD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  61949,
                                
    			"name":  "Debit Card",
                                
    			"balance":  "45148.36",
                                
    			"available_balance":  "44719.00",
                                
    			"currency":  "USD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  63160,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "0.00",
                                
    			"available_balance":  "0.00",
                                
    			"currency":  "USD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  65121,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "0.00",
                                
    			"available_balance":  "0.00",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  65122,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "535.49",
                                
    			"available_balance":  "347.00",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  65123,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "10197.33",
                                
    			"available_balance":  "10195.01",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  65124,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "9703.38",
                                
    			"available_balance":  "9692.17",
                                
    			"currency":  "JOD",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  66237,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "497315.83",
                                
    			"available_balance":  "497292.69",
                                
    			"currency":  "SAR",
                                
    			"status":  0
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        },
                        
    			{
                            
    			"info":  {
                                
    			"id":  77295,
                                
    			"name":  "E-Wallet",
                                
    			"balance":  "34.15",
                                
    			"available_balance":  "34.15",
                                
    			"currency":  "SAR",
                                
    			"status":  1
    			
                            },
                            
    			"monthly_agent_kpi":  [
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  2,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  3,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  4,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  5,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  6,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  7,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  8,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  9,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  10,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  11,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2022,
                                    
    			"month":  12,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                },
                                
    			{
                                    
    			"year":  2023,
                                    
    			"month":  1,
                                    
    			"target_dep_amt":  null,
                                    
    			"actual_dep_amt":  null,
                                    
    			"target_sent_trf_amt":  null,
                                    
    			"actual_sent_trf_amt":  null,
                                    
    			"target_sys_p":  null,
                                    
    			"actual_sys_p":  null,
                                    
    			"target_user_p":  null,
                                    
    			"actual_user_p":  null,
                                    
    			"target_pos_actv":  null,
                                    
    			"actual_pos_actv":  null,
                                    
    			"target_pos_actv_w_trans":  null,
                                    
    			"actual_pos_actv_w_trans":  null,
                                    
    			"target_num_mng_pos":  null,
                                    
    			"actual_num_mng_pos":  null,
                                    
    			"target_num_active_pos":  null,
                                    
    			"actual_num_active_pos":  null,
                                    
    			"bonus_sys_p_amt":  null,
                                    
    			"bonus_sys_p_amt_pct":  null,
                                    
    			"bonus_user_p_amt":  null,
                                    
    			"bonus_user_p_pct":  null,
                                    
    			"bonus_dep_amt":  null,
                                    
    			"bonus_dep_amt_pct":  null,
                                    
    			"bonus_trf_amt":  null,
                                    
    			"bonus_trf_amt_pct":  null,
                                    
    			"bonus_pos_actv_amt":  null,
                                    
    			"bonus_pos_actv_w_trans_amt":  null,
                                    
    			"bonus_num_mng_pos_amt":  null,
                                    
    			"bonus_num_active_pos_amt":  null,
                                    
    			"due_bonus_amt":  null,
                                    
    			"recvd_bonus_amt":  null,
                                    
    			"recvd_bonus_date_utc":  null,
                                    
    			"rating_glob":  null,
                                    
    			"rating_target":  null
    			
                                }
    			
                            ]
    			
                        }
    			
                    ],
                    
    			"pos":  [
                        
    			{
                            
    			"info":  {
                                
    			"id":  14678,
                                
    			"program_id":  8676,
                                
    			"user_id":  57606,
                                
    			"pos_user_admin_id":  15735,
                                
    			"type":  4,
                                
    			"status":  1,
                                
    			"name":  "Tasnim",
                                
    			"local_name":  "dd",
                                
    			"email":  "Tas.sh@yahooo.comm",
                                
    			"tel":  "+96278915061",
                                
    			"activation_date_utc":  "2021-12-29T09:22:13",
                                
    			"last_transaction_date_utc":  "2022-10-17T07:37:50",
                                
    			"locations":  [
                                    
    			{
                                        
    			"id":  31615,
                                        
    			"type":  1,
                                        
    			"privacy_type":  -1,
                                        
    			"show_on_map":  "0",
                                        
    			"user_description":  null,
                                        
    			"user_localized_description":  null,
                                        
    			"google_map_description":  null,
                                        
    			"latitude":  null,
                                        
    			"longitude":  null,
                                        
    			"country":  {
                                            
    			"id":  181,
                                            
    			"code":  634,
                                            
    			"name":  "Qatar",
                                            
    			"local_name":  "Qatar"
    			
                                        },
                                        
    			"region":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"state_province":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"city":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_maps_admin_area":  null,
                                            
    			"google_maps_locality":  null
    			
                                        },
                                        
    			"area":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_map_center_location":  null,
                                            
    			"google_map_admin_area":  null,
                                            
    			"google_map_locality":  null,
                                            
    			"google_map_sub_locality":  null,
                                            
    			"latitude":  0.0,
                                            
    			"longitude":  0.0
    			
                                        },
                                        
    			"simple_maps_geo":  null,
                                        
    			"status":  1,
                                        
    			"verification_status":  3,
                                        
    			"geo_coordinates":  null,
                                        
    			"server_date":  "2021-02-07T16:19:33",
                                        
    			"date_utc":  "2021-02-07T14:19:33",
                                        
    			"client_date":  null,
                                        
    			"update_date_utc":  "2021-02-08T07:30:06"
    			
                                    },
                                    
    			{
                                        
    			"id":  31617,
                                        
    			"type":  3,
                                        
    			"privacy_type":  0,
                                        
    			"show_on_map":  "1",
                                        
    			"user_description":  "Tester2 Description",
                                        
    			"user_localized_description":  "Tester2 Localized Description",
                                        
    			"google_map_description":  null,
                                        
    			"latitude":  "29.9696233",
                                        
    			"longitude":  "34.8640567",
                                        
    			"country":  {
                                            
    			"id":  0,
                                            
    			"code":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"region":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"state_province":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"city":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_maps_admin_area":  null,
                                            
    			"google_maps_locality":  null
    			
                                        },
                                        
    			"area":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_map_center_location":  null,
                                            
    			"google_map_admin_area":  null,
                                            
    			"google_map_locality":  null,
                                            
    			"google_map_sub_locality":  null,
                                            
    			"latitude":  0.0,
                                            
    			"longitude":  0.0
    			
                                        },
                                        
    			"simple_maps_geo":  {
                                            
    			"id":  1400561662,
                                            
    			"country":  "Jordan",
                                            
    			"iso_2":  "JO",
                                            
    			"iso_3":  "JOR",
                                            
    			"city":  "Raḩmah",
                                            
    			"city_ascii":  "Rahmah",
                                            
    			"city_alt":  "Ḑarbah",
                                            
    			"latitude":  29.9148,
                                            
    			"longitude":  35.1368,
                                            
    			"admin_name":  "Al ‘Aqabah",
                                            
    			"admin_code":  "JO-AQ",
                                            
    			"admin_type":  "governorate",
                                            
    			"capital":  null,
                                            
    			"density":  2.4,
                                            
    			"population":  null,
                                            
    			"time_zone":  "Asia/Amman"
    			
                                        },
                                        
    			"status":  1,
                                        
    			"verification_status":  1,
                                        
    			"geo_coordinates":  null,
                                        
    			"server_date":  "2021-02-07T16:55:47",
                                        
    			"date_utc":  "2021-02-07T14:55:47",
                                        
    			"client_date":  null,
                                        
    			"update_date_utc":  "2021-12-29T09:22:13"
    			
                                    }
    			
                                ]
    			
                            },
                            
    			"account":  [
                                
    			{
                                    
    			"info":  {
                                        
    			"id":  51767,
                                        
    			"name":  "E-Wallet",
                                        
    			"balance":  "271.00",
                                        
    			"available_balance":  "271.00",
                                        
    			"currency":  "JOD",
                                        
    			"status":  1
    			
                                    },
                                    
    			"monthly_reseller_kpi":  [
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  2,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  3,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  4,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  5,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  6,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  7,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  8,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  9,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  10,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  11,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  12,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2023,
                                            
    			"month":  1,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        }
    			
                                    ]
    			
                                },
                                
    			{
                                    
    			"info":  {
                                        
    			"id":  65123,
                                        
    			"name":  "E-Wallet",
                                        
    			"balance":  "10197.33",
                                        
    			"available_balance":  "10195.01",
                                        
    			"currency":  "JOD",
                                        
    			"status":  1
    			
                                    },
                                    
    			"monthly_reseller_kpi":  [
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  2,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  3,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  4,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  5,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  6,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  7,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  8,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  9,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  10,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  11,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2022,
                                            
    			"month":  12,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        },
                                        
    			{
                                            
    			"year":  2023,
                                            
    			"month":  1,
                                            
    			"target_dep_amt":  null,
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  null,
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  null,
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  null,
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  null,
                                            
    			"bonus_dep_amt_pct":  null,
                                            
    			"bonus_order_amt":  null,
                                            
    			"bonus_order_pct":  null,
                                            
    			"bonus_sys_p_amt":  null,
                                            
    			"bonus_sys_p_pct":  null,
                                            
    			"bonus_user_p_amt":  null,
                                            
    			"bonus_user_p_pct":  null,
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  null,
                                            
    			"rating_target":  null
    			
                                        }
    			
                                    ]
    			
                                }
    			
                            ],
                            
    			"relationship":  [
                                
                            ]
    			
                        }
    			
                    ]
    			
                }
    			
            ]
    			
        },
        
    			"notes":  null,
        
    			"last_activity":  null,
        
    			"authentication":  null,
        
    			"validate":  null,
        
    			"function_code":  0,
        
    			"time_zone":  "UTC +04:00",
        
    			"time_zone_name":  "Asia/Dubai",
        
    			"response_time":  16414
    			
    }
    		
    ×

    Inquiry Reseller KPI

    Inquiry Reseller KPI


    Configuration Header:
    • lang : en
    • source_id : SourceID
    • time_zone : UTC +02:15
    • show_sensitive_data : 0
    • show_custom_field : 0
    Configuration Query Parameters:
  • start_index : 1
  • page_size : 10
  • from_date : 2021-1
  • to_date : 2021-3
  • user_id : 57606
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2021-02-01T00:00:00",
            
    			"to_date":  "2021-02-01T00:00:00",
            
    			"start_index":  0,
            
    			"page_size":  0,
            
    			"total_records":  0
    			
        },
        
    			"agent_kpi_stats":  {
            
    			"info":  {
                
    			"cluster_id":  1,
                
    			"server_date":  "2021-09-21T11:36:12",
                
    			"date_utc":  "2021-09-21T08:36:12",
                
    			"update_date_utc":  "2021-09-21T08:36:12",
                
    			"from_date":  "2021-2",
                
    			"to_date":  "2021-2"
    			
            },
            
    			"agent":  [
                
    			{
                    
    			"info":  {
                        
    			"user_id":  57606,
                        
    			"program_id":  8676
    			
                    },
                    
    			"pos":  [
                        
    			{
                            
    			"info":  {
                                
    			"id":  14678,
                                
    			"program_id":  8676,
                                
    			"user_id":  57606,
                                
    			"pos_user_admin_id":  15735,
                                
    			"type":  4,
                                
    			"status":  1,
                                
    			"name":  "US POS",
                                
    			"local_name":  null,
                                
    			"email":  null,
                                
    			"tel":  null,
                                
    			"activation_date_utc":  "2021-02-07T14:55:47",
                                
    			"last_transaction_date_utc":  "2021-07-04T07:03:37",
                                
    			"locations":  [
                                    
    			{
                                        
    			"id":  31615,
                                        
    			"type":  1,
                                        
    			"privacy_type":  -1,
                                        
    			"show_on_map":  "0",
                                        
    			"user_description":  null,
                                        
    			"user_localized_description":  null,
                                        
    			"google_map_description":  null,
                                        
    			"latitude":  null,
                                        
    			"longitude":  null,
                                        
    			"geo_coordinates":  null,
                                        
    			"country":  {
                                            
    			"id":  238,
                                            
    			"code":  840,
                                            
    			"name":  "US",
                                            
    			"local_name":  "US"
    			
                                        },
                                        
    			"region":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"state_province":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"city":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_maps_admin_area":  null,
                                            
    			"google_maps_locality":  null
    			
                                        },
                                        
    			"area":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_map_center_location":  null,
                                            
    			"google_map_admin_area":  null,
                                            
    			"google_map_locality":  null,
                                            
    			"google_map_sub_locality":  null,
                                            
    			"latitude":  0,
                                            
    			"longitude":  0
    			
                                        },
                                        
    			"simple_maps_geo":  null,
                                        
    			"status":  1,
                                        
    			"verification_status":  3
    			
                                    },
                                    
    			{
                                        
    			"id":  31617,
                                        
    			"type":  3,
                                        
    			"privacy_type":  0,
                                        
    			"show_on_map":  "1",
                                        
    			"user_description":  "description",
                                        
    			"user_localized_description":  "description",
                                        
    			"google_map_description":  null,
                                        
    			"latitude":  null,
                                        
    			"longitude":  null,
                                        
    			"geo_coordinates":  null,
                                        
    			"country":  {
                                            
    			"id":  0,
                                            
    			"code":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"region":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"state_province":  {
                                            
    			"id":  0,
                                            
    			"code":  null,
                                            
    			"name":  null,
                                            
    			"local_name":  null
    			
                                        },
                                        
    			"city":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_maps_admin_area":  null,
                                            
    			"google_maps_locality":  null
    			
                                        },
                                        
    			"area":  {
                                            
    			"id":  0,
                                            
    			"name":  null,
                                            
    			"local_name":  null,
                                            
    			"google_map_center_location":  null,
                                            
    			"google_map_admin_area":  null,
                                            
    			"google_map_locality":  null,
                                            
    			"google_map_sub_locality":  null,
                                            
    			"latitude":  0,
                                            
    			"longitude":  0
    			
                                        },
                                        
    			"simple_maps_geo":  null,
                                        
    			"status":  1,
                                        
    			"verification_status":  1
    			
                                    }
    			
                                ]
    			
                            },
                            
    			"account":  [
                                
    			{
                                    
    			"info":  {
                                        
    			"id":  51767,
                                        
    			"name":  "E-Wallet",
                                        
    			"balance":  "271.00",
                                        
    			"available_balance":  "271.00",
                                        
    			"currency":  "USD",
                                        
    			"status":  0
    			
                                    },
                                    
    			"monthly_reseller_kpi":  [
                                        
    			{
                                            
    			"year":  "2021",
                                            
    			"month":  "2 ",
                                            
    			"target_dep_amt":  "1000.00",
                                            
    			"actual_dep_amt":  null,
                                            
    			"target_order_amt":  "500.00",
                                            
    			"actual_order_amt":  null,
                                            
    			"target_sys_p":  "100.00",
                                            
    			"actual_sys_p":  null,
                                            
    			"target_user_p":  "100.00",
                                            
    			"actual_user_p":  null,
                                            
    			"bonus_dep_amt":  "10.00",
                                            
    			"bonus_dep_amt_pct":  "1.00",
                                            
    			"bonus_order_amt":  "10.00",
                                            
    			"bonus_order_pct":  "1.00",
                                            
    			"bonus_sys_p_amt":  "5.00",
                                            
    			"bonus_sys_p_pct":  "1.00",
                                            
    			"bonus_user_p_amt":  "5.00",
                                            
    			"bonus_user_p_pct":  "1.00",
                                            
    			"recvd_bonus_amt":  null,
                                            
    			"recvd_bonus_date_utc":  null,
                                            
    			"due_bonus_amt":  null,
                                            
    			"rev_order_amt":  null,
                                            
    			"rating_glob":  "5/5",
                                            
    			"rating_target":  null
    			
                                        }
    			
                                    ]
    			
                                }
    			
                            ],
                            
    			"relationship":  [
                                
    			{
                                    
    			"id":  11190,
                                    
    			"entity":  7,
                                    
    			"entity_id":  57606,
                                    
    			"on_entity":  7,
                                    
    			"on_entity_id":  56309,
                                    
    			"type":  3,
                                    
    			"status":  1,
                                    
    			"verification_status":  1,
                                    
    			"entity_name":  "Eric Mendez",
                                    
    			"entity_email":  "Eric.Mendez@yahoo.comm",
                                    
    			"entity_phone":  "+18013012407",
                                    
    			"on_entity_name":  "Scott Turner",
                                    
    			"on_entity_email":  "Scott.Turner@yahoo.co",
                                    
    			"on_entity_phone":  "+19032037357",
                                    
    			"original_source_id":  "M.210608.M1.930110",
                                    
    			"server_date":  "2021-06-08T16:40:53",
                                    
    			"date_utc":  "2021-06-08T13:40:53",
                                    
    			"update_date_utc":  "2021-06-08T13:40:53",
                                    
    			"custom_field":  null
    			
                                }
    			
                            ]
    			
                        }
    			
                    ]
    			
                }
    			
            ]
    			
        }
    			
    }
    		
    ×

    Inquiry Transaction Daily Report

    Inquiry Transaction Daily Report


    Configuration Header:
    • lang : en
    • source_id : SourceID
    • time_zone : UTC +02:15
    • show_sensitive_data : 0
    • show_custom_field : 0
    Configuration Query Parameters:
  • start_index : 1
  • page_size : 10
  • from_date : 2019-09-01
  • to_date : 2019-09-10
  • user_id : 22795
  • account_id : 19348
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2019-09-01T00:00:00",
            
    			"to_date":  "2019-09-10T23:59:59",
            
    			"start_index":  1,
            
    			"page_size":  10,
            
    			"total_records":  1,
            
    			"time_zone_name":  "-1",
            
    			"time_zone":  "0"
    			
        },
        
    			"transaction_detail":  null,
        
    			"transaction_summary":  null,
        
    			"order_detail":  null,
        
    			"order_summary":  null,
        
    			"payment_gateway_detail":  null,
        
    			"profit_summary":  null,
        
    			"balance_summary":  null,
        
    			"order_reversed":  null,
        
    			"transaction_daily_summary":  [
            
    			{
                
    			"account_info":  {
                    
    			"program_id":  5,
                    
    			"user_id":  22795,
                    
    			"bin_id":  10,
                    
    			"bin_number":  "18400000010",
                    
    			"currency":  "USD",
                    
    			"account_id":  19348,
                    
    			"balance":  "194029.35",
                    
    			"available_balance":  "194029.35"
    			
                },
                
    			"summary_per_day":  [
                    
    			{
                        
    			"date_utc":  "2019-09-02T00:00:00",
                        
    			"date_local":  "2019-09-01T13:00:00",
                        
    			"credit_count":  0,
                        
    			"credit_amount":  "0.00",
                        
    			"debit_count":  2,
                        
    			"debit_amount":  "6.00",
                        
    			"period_start_available_balance":  "743158.47",
                        
    			"period_ending_available_balance":  "743442.29"
    			
                    },
                    
    			{
                        
    			"date_utc":  "2019-09-05T00:00:00",
                        
    			"date_local":  "2019-09-04T13:00:00",
                        
    			"credit_count":  0,
                        
    			"credit_amount":  "0.00",
                        
    			"debit_count":  3,
                        
    			"debit_amount":  "249.00",
                        
    			"period_start_available_balance":  "743152.47",
                        
    			"period_ending_available_balance":  "742867.47"
    			
                    },
                    
    			{
                        
    			"date_utc":  "2019-09-08T00:00:00",
                        
    			"date_local":  "2019-09-07T13:00:00",
                        
    			"credit_count":  0,
                        
    			"credit_amount":  "0.00",
                        
    			"debit_count":  24,
                        
    			"debit_amount":  "296.00",
                        
    			"period_start_available_balance":  "742867.47",
                        
    			"period_ending_available_balance":  "742571.47"
    			
                    },
                    
    			{
                        
    			"date_utc":  "2019-09-09T00:00:00",
                        
    			"date_local":  "2019-09-08T13:00:00",
                        
    			"credit_count":  0,
                        
    			"credit_amount":  "0.00",
                        
    			"debit_count":  34,
                        
    			"debit_amount":  "245396.00",
                        
    			"period_start_available_balance":  "742550.47",
                        
    			"period_ending_available_balance":  "497154.47"
    			
                    },
                    
    			{
                        
    			"date_utc":  "2019-09-10T00:00:00",
                        
    			"date_local":  "2019-09-09T13:00:00",
                        
    			"credit_count":  0,
                        
    			"credit_amount":  "0.00",
                        
    			"debit_count":  20,
                        
    			"debit_amount":  "6000.00",
                        
    			"period_start_available_balance":  "497054.47",
                        
    			"period_ending_available_balance":  "491154.47"
    			
                    }
    			
                ]
    			
            }
    			
        ],
        
    			"notes":  null,
        
    			"last_activity":  null,
        
    			"authentication":  null,
        
    			"validate":  null,
        
    			"function_code":  0,
        
    			"time_zone":  "UTC -11:00",
        
    			"time_zone_name":  "Pacific/Pago_Pago",
        
    			"response_time":  279
    			
    }
    		
    ×

    Inquiry Payment Gateway Report

    Inquiry Payment Gateway Report


    Configuration Header:
    • lang : en
    • source_id : SourceID
    • time_zone : UTC +02:15
    • show_sensitive_data : 0
    • show_custom_field : 0
    Configuration Query Parameters:
  • start_index : 1
  • page_size : 10
  • from_date : 2022-01-01
  • to_date : 2022-09-10
  • user_id : 56304
  • account_id : 50060
  • classification : -1
  • Request Parameters:
    Response Parameters:
    
    			{
        
    			"result":  {
            
    			"code":  "0000",
            
    			"message":  "Operation Completed Successfully.",
            
    			"friendly_message":  "Operation Completed Successfully."
    			
        },
        
    			"result_set":  {
            
    			"from_date":  "2022-01-01T00:00:00",
            
    			"to_date":  "2022-09-10T23:59:59",
            
    			"start_index":  1,
            
    			"page_size":  10,
            
    			"total_records":  5,
            
    			"time_zone_name":  null,
            
    			"time_zone":  null
    			
        },
        
    			"transaction_detail":  null,
        
    			"transaction_summary":  null,
        
    			"order_detail":  null,
        
    			"order_summary":  null,
        
    			"payment_gateway_detail":  [
            
    			{
                
    			"id":  8926,
                
    			"cluster_id":  0,
                
    			"program_id":  8676,
                
    			"bin_id":  19524,
                
    			"currency":  "SAR",
                
    			"user_id":  56304,
                
    			"account_id":  50060,
                
    			"transaction_id":  347991,
                
    			"transaction_date":  "2022-08-14T13:20:04",
                
    			"transaction_auth_date_utc":  "2022-08-14T13:20:03",
                
    			"transaction_post_date_utc":  "2019-11-17T15:25:00",
                
    			"transaction_description":  "Payment Gateway Load - 10.00 (SAR) SNB ,Ref# (SNB.Trx020)",
                
    			"transaction_type":  234,
                
    			"service_provider":  46,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "10.00",
                
    			"converted_amount":  "10.00",
                
    			"converted_amount_currency":  "SAR",
                
    			"fee_amount":  "0.60",
                
    			"balance":  "62.97",
                
    			"original_source_id":  "SNB.Trx020"
    			
            },
            
    			{
                
    			"id":  7934,
                
    			"cluster_id":  0,
                
    			"program_id":  8676,
                
    			"bin_id":  19524,
                
    			"currency":  "SAR",
                
    			"user_id":  56304,
                
    			"account_id":  50060,
                
    			"transaction_id":  345854,
                
    			"transaction_date":  "2022-08-09T13:44:20",
                
    			"transaction_auth_date_utc":  "2022-08-09T13:44:19",
                
    			"transaction_post_date_utc":  "2022-08-09T13:44:19",
                
    			"transaction_description":  "Payment Gateway Load - 13.00 (SAR) (SNB) ,Ref# (0)",
                
    			"transaction_type":  234,
                
    			"service_provider":  46,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "13.00",
                
    			"converted_amount":  "13.00",
                
    			"converted_amount_currency":  "SAR",
                
    			"fee_amount":  "0.00",
                
    			"balance":  "32.00",
                
    			"original_source_id":  "M.220809.A50060.555981-0"
    			
            },
            
    			{
                
    			"id":  7933,
                
    			"cluster_id":  0,
                
    			"program_id":  8676,
                
    			"bin_id":  19524,
                
    			"currency":  "SAR",
                
    			"user_id":  56304,
                
    			"account_id":  50060,
                
    			"transaction_id":  345853,
                
    			"transaction_date":  "2022-08-09T13:42:44",
                
    			"transaction_auth_date_utc":  "2022-08-09T13:42:44",
                
    			"transaction_post_date_utc":  "2022-08-09T13:42:44",
                
    			"transaction_description":  "Payment Gateway Load - 7.00 (SAR) (Hala) ,Ref# (1)",
                
    			"transaction_type":  234,
                
    			"service_provider":  47,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "7.00",
                
    			"converted_amount":  "7.00",
                
    			"converted_amount_currency":  "SAR",
                
    			"fee_amount":  "0.00",
                
    			"balance":  "19.00",
                
    			"original_source_id":  "M.220809.A50060.405261-1"
    			
            },
            
    			{
                
    			"id":  7932,
                
    			"cluster_id":  0,
                
    			"program_id":  8676,
                
    			"bin_id":  19524,
                
    			"currency":  "SAR",
                
    			"user_id":  56304,
                
    			"account_id":  50060,
                
    			"transaction_id":  345850,
                
    			"transaction_date":  "2022-08-09T13:39:53",
                
    			"transaction_auth_date_utc":  "2022-08-09T13:39:52",
                
    			"transaction_post_date_utc":  "2019-11-17T15:25:00",
                
    			"transaction_description":  "Payment Gateway Load - 12.00 (SAR) SNB ,Ref# (SNB.Trx013)",
                
    			"transaction_type":  234,
                
    			"service_provider":  46,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "12.00",
                
    			"converted_amount":  "12.00",
                
    			"converted_amount_currency":  "SAR",
                
    			"fee_amount":  "0.00",
                
    			"balance":  "36.00",
                
    			"original_source_id":  "SNB.Trx013"
    			
            },
            
    			{
                
    			"id":  7931,
                
    			"cluster_id":  0,
                
    			"program_id":  8676,
                
    			"bin_id":  19524,
                
    			"currency":  "SAR",
                
    			"user_id":  56304,
                
    			"account_id":  50060,
                
    			"transaction_id":  345849,
                
    			"transaction_date":  "2022-08-09T13:38:14",
                
    			"transaction_auth_date_utc":  "2022-08-09T13:38:12",
                
    			"transaction_post_date_utc":  "2019-11-17T15:25:00",
                
    			"transaction_description":  "Payment Gateway Load - 12.00 (SAR) SNB ,Ref# (SNB.Trx012)",
                
    			"transaction_type":  234,
                
    			"service_provider":  46,
                
    			"operation_type":  "1",
                
    			"classification":  "1",
                
    			"transaction_amount":  "12.00",
                
    			"converted_amount":  "12.00",
                
    			"converted_amount_currency":  "SAR",
                
    			"fee_amount":  "0.00",
                
    			"balance":  "24.00",
                
    			"original_source_id":  "SNB.Trx012"
    			
            }
    			
        ],
        
    			"profit_summary":  null,
        
    			"balance_summary":  {
            
    			"account_id":  50060,
            
    			"credit_count":  5,
            
    			"credit_amount":  "54.00",
            
    			"debit_count":  0,
            
    			"debit_amount":  "0.00",
            
    			"period_start_balance":  "0.00",
            
    			"period_ending_balance":  "62.97"
    			
        },
        
    			"order_reversed":  null,
        
    			"transaction_daily_summary":  null,
        
    			"notes":  null,
        
    			"last_activity":  null,
        
    			"authentication":  null,
        
    			"validate":  null,
        
    			"function_code":  0,
        
    			"time_zone":  "UTC +04:00",
        
    			"time_zone_name":  "Asia/Dubai",
        
    			"response_time":  168
    			
    }
    		
    ×