Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

This method returns information related with wallet transactions. Multiple wallet transactions are returned by each call.

Resource URL

http://host_name/crmapi/rest/$version/wallet_transactions/list

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

wallet_identifier
(semi-optional)
 Wallet Identifier
 The identifier of the wallet related with the wallet transaction that should be returned as a result. The allowed wallet identifier fields are the following:

Include Page
V4:wallet_identifier
V4:wallet_identifier

Tip

From CRM.COM R17.0.0, the parameter is semi-optional


accounts_receivable_identifier

(semi-optional)

Accounts Receivable Identifier

The identifier of the accounts receivable which owns an Effective Wallet, whose transactions will be returned as a result. The allowed accounts receivable identifier fields are the following:

Include Page
V4:accounts_receivable_identifier
V4:accounts_receivable_identifier

Tip

Available from CRM.COM R17.0.0


type_identifier
(optional)

Wallet Transaction Type identifier

The identifier of the type related with the wallet transaction that should be returned as a result. The allowed wallet transaction type identifier fields are the following:

Include Page
V4:wallet_transaction_type_identifier
V4:wallet_transaction_type_identifier

category_identifier

(optional)

Wallet transaction category

identifier

The category of the wallet transaction that should be returned as a result. The allowed wallet transaction category identifier fields are the following:

Include Page
V4:wallet_transaction_category_identifierV4:wallet_transaction_category_identifier
Tip

Available from CRM.COM R18.0.0

number_of_results

(optional)

Number

The number of results that can be retrieved through each call

Tip

Available from CRM.COM R13.0.0


offset

(optional)

Number

Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number

Tip

Available from CRM.COM R13.0.0


fields_set
(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...

Expand
titleExample 1

HTTP Method: GET


Request:

 http://host_name/crmapi/rest/$version/wallet_transactions/list?token=1706DA673D9FB87AD197F01A2727629E&wallet_identifier=number=1

Response:

Code Block
languagejavascript
themeConfluence
linenumberstrue
 
      {
    "status":
    {
        "message": null,
        "description": null,
        "code": "OK"
    },
    "data":
    [
        {
            "notes": null,
            "extra_added_amount": null,
            "udf_float_1": null,
            "udf_float_2": null,
            "udf_float_3": null,
            "number": "8",
            "udf_float_4": null,
            "udf_string_1": null,
            "udf_string_2": null,
            "udf_string_3": null,
            "udf_string_4": null,
            "udf_string_5": null,
            "udf_string_6": null,
            "udf_string_7": null,
            "udf_string_8": null,
            "amount": 10000000,
            "id": "D12D0B495D090A7FE56E00C3230A8D59",
            "udf_date_1": null,
            "udf_date_2": null,
            "udf_date_3": null,
            "udf_date_4": null,
            "log_information":
            {
                "updated_date": "2014-08-22T09:21:36",
                "created_date": "2014-08-19T11:03:51",
                "created_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                },
                "updated_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                }
            },
            "products_set":
            [
                {
                    "amount": 12,
                    "id": "B9A8FC949F73A45809CC1A3C68CD82E6",
                    "product":
                    {
                        "product_type": null,
                        "id": "4E565A9C0630ED4B8339AD7B7B7FF669",
                        "description": "Twin 1 for P1",
                        "code": "Twin 1",
                        "alternative_code": "T1"
                    }
                },
                {
                    "amount": 15,
                    "id": "D170D1E2F8C92E0D4157A4382D3BD8C4",
                    "product":
                    {
                        "product_type": null,
                        "id": "B4DDC3B2963D6B043F49A69F0D86D7AA",
                        "description": "Test",
                        "code": "Test",
                        "alternative_code": "e"
                    }
                },
                {
                    "amount": 10,
                    "id": "61DA57BFA6CFDD0E1BB11C165AF8161E",
                    "product":
                    {
                        "product_type": null,
                        "id": "64845E9D281F700EC6C03B348B6AA2F7",
                        "description": "BASIC",
                        "code": "Basic",
                        "alternative_code": "BASIC"
                    }
                }
            ],
            "voided_by_wallet_transaction": null,
            "wallet":
            {
                "accounts_receivable":
                {
                    "account_owner": null,
                    "life_cycle_state": null,
                    "number": "1",
                    "name": "temp1",
                    "id": "7EADD42E096822351A97B1AF267F9313"
                },
                "number": "1",
                "id": "CD29B10349C427F28E783F6CAB804F3D"
            },
            "type":
            {
                "classification": "DEBIT",
                "name": "Wallet Trans Type One2",
                "id": "B020129930A3159B345457D0B55F1F5E",
                "description": "rand",
                "alternative_code": "WTT12"
            }
        },
        {
            "notes": null,
            "extra_added_amount": null,
            "udf_float_1": null,
            "udf_float_2": null,
            "udf_float_3": null,
            "number": "15",
            "udf_float_4": null,
            "udf_string_1": null,
            "udf_string_2": null,
            "udf_string_3": null,
            "udf_string_4": null,
            "udf_string_5": null,
            "udf_string_6": null,
            "udf_string_7": null,
            "udf_string_8": null,
            "amount": 100.64,
            "id": "983F6219B3ECC2D52FBEFB98E0DA5668",
            "udf_date_1": null,
            "udf_date_2": null,
            "udf_date_3": null,
            "udf_date_4": null,
            "log_information":
            {
                "updated_date": "2014-08-22T12:42:20",
                "created_date": "2014-08-22T12:42:14",
                "created_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                },
                "updated_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                }
            },
            "products_set":
            [
            ],
            "voided_by_wallet_transaction": null,
            "wallet":
            {
                "accounts_receivable":
                {
                    "account_owner": null,
                    "life_cycle_state": null,
                    "number": "1",
                    "name": "temp1",
                    "id": "7EADD42E096822351A97B1AF267F9313"
                },
                "number": "1",
                "id": "CD29B10349C427F28E783F6CAB804F3D"
            },
            "type":
            {
                "classification": "DEBIT",
                "name": "Wallet Trans Type One2",
                "id": "B020129930A3159B345457D0B55F1F5E",
                "description": "rand",
                "alternative_code": "WTT12"
            }
        },
        {
            "notes": null,
            "extra_added_amount": null,
            "udf_float_1": null,
            "udf_float_2": null,
            "udf_float_3": null,
            "number": "16",
            "udf_float_4": null,
            "udf_string_1": null,
            "udf_string_2": null,
            "udf_string_3": null,
            "udf_string_4": null,
            "udf_string_5": null,
            "udf_string_6": null,
            "udf_string_7": null,
            "udf_string_8": null,
            "amount": 100.64,
            "id": "D7B95D9BD37D7456D5FC17CC996EBE93",
            "udf_date_1": null,
            "udf_date_2": null,
            "udf_date_3": null,
            "udf_date_4": null,
            "log_information":
            {
                "updated_date": "2014-08-22T15:33:28",
                "created_date": "2014-08-22T15:33:26",
                "created_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                },
                "updated_by_user":
                {
                    "person_name": "MPAdministrator",
                    "username": "MPAdministrator",
                    "id": "1",
                    "email": "mp@ministrator.com"
                }
            },
            "products_set":
            [
                {
                    "amount": 150.58,
                    "id": "09DE1EE80AA104402C2A2C30F29C4793",
                    "product":
                    {
                        "product_type": null,
                        "id": "3ECE39556C0CFCD7610F05063C189EF6",
                        "description": "Video On Demand Service",
                        "code": "Video On Demand Service",
                        "alternative_code": "VOD"
                    }
                },
                {
                    "amount": 22.55,
                    "id": "ED465C82D2C54F1344F2BDFEB6243234",
                    "product":
                    {
                        "product_type": null,
                        "id": "64845E9D281F700EC6C03B348B6AA2F7",
                        "description": "BASIC",
                        "code": "Basic",
                        "alternative_code": "BASIC"
                    }
                }
            ],
            "voided_by_wallet_transaction": null,
            "wallet":
            {
                "accounts_receivable":
                {
                    "account_owner": null,
                    "life_cycle_state": null,
                    "number": "1",
                    "name": "temp1",
                    "id": "7EADD42E096822351A97B1AF267F9313"
                },
                "number": "1",
                "id": "CD29B10349C427F28E783F6CAB804F3D"
            },
            "type":
            {
                "classification": "CREDIT",
                "name": "Normal Credit",
                "id": "D3E2451E22BEFB0C5E0BEC677AF9A7B2",
                "description": null,
                "alternative_code": "NC"
            }
        }
    ]
}



    

    
  
  


...

Expand
titleExample 2

HTTP Method: GET


Request:

 http://host_name/crmapi/rest/$version/wallet_transactions/list?token=1706DA673D9FB87AD197F01A2727629E&wallet_identifier=number=W0000000230


Response:

Code Block
languagejavascript
themeConfluence
linenumberstrue
 {
  "data": [
    {
      "notes": null,
      "log_information": {
        "entity_value": null,
        "entity_name": "PAYMENTS",
        "created_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "process_name": "PAYMENT_POSTING",
        "updated_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "created_date": "2016-06-29T11:47:16",
        "updated_date": "2016-06-29T11:57:22",
        "updated_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        },
        "created_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        }
      },
      "currency_rate_period": {
        "from_date": "0EEE31A81A064D97A9873F5676D2F4D9",
        "to_date": 0.25,
        "rate": 0.25,
        "inverse_rate": 4,
        "currency": {
          "suffix_symbol": null,
          "prefix_symbol": null,
          "decimal_part_name": null,
          "code": "FJD",
          "integer_part_name": null,
          "id": "93"
        },
        "id": "0EEE31A81A064D97A9873F5676D2F4D9"
      },
      "udf_date_2": null,
      "type": {
        "alternative_code": "WC",
        "name": "Wallet Credit",
        "description": "Wallet Credit",
        "id": "CA1B3E67E5A6F899512CEFE24E40875B",
        "classification": "CREDIT"
      },
      "udf_date_1": null,
      "udf_date_4": null,
      "products_set": [],
      "udf_date_3": null,
      "number": "483",
      "udf_float_3": null,
      "to_wallet": null,
      "udf_float_4": null,
      "id": "1D32A663D8054A859EB282FE4C9EE227",
      "extra_added_amount": null,
      "udf_float_1": null,
      "udf_float_2": null,
      "udf_string_2": null,
      "udf_string_3": null,
      "amount": 10,
      "udf_string_4": null,
      "udf_string_5": null,
      "wallet": {
        "number": "W0000000230",
        "accounts_receivable": {
          "number": "ACR0000000264",
          "name": "ACR0000000264 Alternative Currency",
          "id": "4820A781EFF243DF96DD44487EBA5C74",
          "life_cycle_state": "ACTIVE",
          "account_owner": {
            "company_profile": null,
            "company_name": null,
            "name": "Alternative Currency",
            "last_name": "Currency",
            "id": "E6E1240F3C8C48CE83159DB9AF89284B",
            "life_cycle_state": "FINANCIAL",
            "middle_name": null,
            "title": null,
            "type": "PERSON",
            "first_name": "Alternative",
            "demographics": {
              "name_day": {
                "month": null,
                "day": null
              },
              "id_number": null,
              "gender": null,
              "country_of_residence": {
                "alternative_code": "CYP",
                "three_character_code": "CYP",
                "name": "CYPRUS",
                "id": "181",
                "two_character_code": "CY"
              },
              "date_of_birth": {
                "month": null,
                "year": null,
                "day": null
              },
              "industry_sector": null,
              "passport_number": null,
              "industry": null,
              "social_security_number": null,
              "id_issued_by_country": null,
              "passport_issued_by_country": null
            }
          }
        },
        "id": "C25BB91D35E04332849FD83B94FCF5AE",
        "life_cycle_state": "EFFECTIVE"
      },
      "udf_string_1": null,
      "transferred_by_wallet_transaction": null,
      "life_cycle_state": "VOIDED",
      "voided_by_wallet_transaction": {
        "number": "485",
        "amount": 10,
        "wallet": {
          "number": "W0000000230",
          "accounts_receivable": {
            "number": "ACR0000000264",
            "name": "ACR0000000264 Alternative Currency",
            "id": "4820A781EFF243DF96DD44487EBA5C74",
            "life_cycle_state": "ACTIVE",
            "account_owner": {
              "company_profile": null,
              "company_name": null,
              "name": null,
              "last_name": "Currency",
              "id": "E6E1240F3C8C48CE83159DB9AF89284B",
              "life_cycle_state": "FINANCIAL",
              "middle_name": null,
              "title": null,
              "type": "PERSON",
              "first_name": "Alternative",
              "demographics": {
                "name_day": {
                  "month": null,
                  "day": null
                },
                "id_number": null,
                "gender": null,
                "date_of_birth": {
                  "month": null,
                  "year": null,
                  "day": null
                },
                "industry_sector": null,
                "passport_number": null,
                "industry": null,
                "social_security_number": null,
                "id_issued_by_country": null,
                "passport_issued_by_country": null
              }
            }
          },
          "id": "C25BB91D35E04332849FD83B94FCF5AE",
          "life_cycle_state": "EFFECTIVE"
        },
        "id": "6E1E67EF5B384EB79AEDE32B5BE079A6",
        "life_cycle_state": "EFFECTIVE",
        "extra_added_amount": null,
        "type": {
          "alternative_code": "WV",
          "name": "Wallet Void",
          "description": "Wallet Void",
          "id": "19BB2CCA356F4564BA6E268CC17CD335",
          "classification": "VOID"
        }
      },
      "udf_string_6": null,
      "udf_string_7": null,
      "udf_string_8": null
    },
    {
      "notes": null,
      "log_information": {
        "entity_value": null,
        "entity_name": "REWARDAWARDTRANSACTIONS",
        "created_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "process_name": "CREATE_AWARD_REWARD_TRXN",
        "updated_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "created_date": "2016-07-13T14:07:44",
        "updated_date": "2016-07-13T14:07:44",
        "updated_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        },
        "created_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        }
      },
      "currency_rate_period": null,
      "udf_date_2": null,
      "type": {
        "alternative_code": "WC",
        "name": "Wallet Credit",
        "description": "Wallet Credit",
        "id": "CA1B3E67E5A6F899512CEFE24E40875B",
        "classification": "CREDIT"
      },
      "udf_date_1": null,
      "udf_date_4": null,
      "products_set": [],
      "udf_date_3": null,
      "number": "1476",
      "udf_float_3": null,
      "to_wallet": null,
      "udf_float_4": null,
      "id": "D69A0ACA6BCD4F828BD1BD3A9503F90F",
      "extra_added_amount": null,
      "udf_float_1": null,
      "udf_float_2": null,
      "udf_string_2": null,
      "udf_string_3": null,
      "amount": 5,
      "udf_string_4": null,
      "udf_string_5": null,
      "wallet": {
        "number": "W0000000230",
        "accounts_receivable": {
          "number": "ACR0000000264",
          "name": "ACR0000000264 Alternative Currency",
          "id": "4820A781EFF243DF96DD44487EBA5C74",
          "life_cycle_state": "ACTIVE",
          "account_owner": {
            "company_profile": null,
            "company_name": null,
            "name": "Alternative Currency",
            "last_name": "Currency",
            "id": "E6E1240F3C8C48CE83159DB9AF89284B",
            "life_cycle_state": "FINANCIAL",
            "middle_name": null,
            "title": null,
            "type": "PERSON",
            "first_name": "Alternative",
            "demographics": {
              "name_day": {
                "month": null,
                "day": null
              },
              "id_number": null,
              "gender": null,
              "country_of_residence": {
                "alternative_code": "CYP",
                "three_character_code": "CYP",
                "name": "CYPRUS",
                "id": "181",
                "two_character_code": "CY"
              },
              "date_of_birth": {
                "month": null,
                "year": null,
                "day": null
              },
              "industry_sector": null,
              "passport_number": null,
              "industry": null,
              "social_security_number": null,
              "id_issued_by_country": null,
              "passport_issued_by_country": null
            }
          }
        },
        "id": "C25BB91D35E04332849FD83B94FCF5AE",
        "life_cycle_state": "EFFECTIVE"
      },
      "udf_string_1": null,
      "transferred_by_wallet_transaction": null,
      "life_cycle_state": "EFFECTIVE",
      "voided_by_wallet_transaction": null,
      "udf_string_6": null,
      "udf_string_7": null,
      "udf_string_8": null
    },
    {
      "notes": null,
      "log_information": {
        "entity_value": null,
        "entity_name": "REWARDAWARDTRANSACTIONS",
        "created_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "process_name": "CREATE_AWARD_REWARD_TRXN",
        "updated_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "created_date": "2016-07-13T14:07:40",
        "updated_date": "2016-07-13T14:07:40",
        "updated_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        },
        "created_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        }
      },
      "currency_rate_period": null,
      "udf_date_2": null,
      "type": {
        "alternative_code": "WC",
        "name": "Wallet Credit",
        "description": "Wallet Credit",
        "id": "CA1B3E67E5A6F899512CEFE24E40875B",
        "classification": "CREDIT"
      },
      "udf_date_1": null,
      "udf_date_4": null,
      "products_set": [],
      "udf_date_3": null,
      "number": "1471",
      "udf_float_3": null,
      "to_wallet": null,
      "udf_float_4": null,
      "id": "2B19EC72BC9D4A178706967F230BE85F",
      "extra_added_amount": null,
      "udf_float_1": null,
      "udf_float_2": null,
      "udf_string_2": null,
      "udf_string_3": null,
      "amount": 5,
      "udf_string_4": null,
      "udf_string_5": null,
      "wallet": {
        "number": "W0000000230",
        "accounts_receivable": {
          "number": "ACR0000000264",
          "name": "ACR0000000264 Alternative Currency",
          "id": "4820A781EFF243DF96DD44487EBA5C74",
          "life_cycle_state": "ACTIVE",
          "account_owner": {
            "company_profile": null,
            "company_name": null,
            "name": "Alternative Currency",
            "last_name": "Currency",
            "id": "E6E1240F3C8C48CE83159DB9AF89284B",
            "life_cycle_state": "FINANCIAL",
            "middle_name": null,
            "title": null,
            "type": "PERSON",
            "first_name": "Alternative",
            "demographics": {
              "name_day": {
                "month": null,
                "day": null
              },
              "id_number": null,
              "gender": null,
              "country_of_residence": {
                "alternative_code": "CYP",
                "three_character_code": "CYP",
                "name": "CYPRUS",
                "id": "181",
                "two_character_code": "CY"
              },
              "date_of_birth": {
                "month": null,
                "year": null,
                "day": null
              },
              "industry_sector": null,
              "passport_number": null,
              "industry": null,
              "social_security_number": null,
              "id_issued_by_country": null,
              "passport_issued_by_country": null
            }
          }
        },
        "id": "C25BB91D35E04332849FD83B94FCF5AE",
        "life_cycle_state": "EFFECTIVE"
      },
      "udf_string_1": null,
      "transferred_by_wallet_transaction": null,
      "life_cycle_state": "EFFECTIVE",
      "voided_by_wallet_transaction": null,
      "udf_string_6": null,
      "udf_string_7": null,
      "udf_string_8": null
    },
    {
      "notes": null,
      "log_information": {
        "entity_value": null,
        "entity_name": "REWARDAWARDTRANSACTIONS",
        "created_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "process_name": "CREATE_AWARD_REWARD_TRXN",
        "updated_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "created_date": "2016-07-13T14:07:39",
        "updated_date": "2016-07-13T14:07:39",
        "updated_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        },
        "created_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        }
      },
      "currency_rate_period": null,
      "udf_date_2": null,
      "type": {
        "alternative_code": "WC",
        "name": "Wallet Credit",
        "description": "Wallet Credit",
        "id": "CA1B3E67E5A6F899512CEFE24E40875B",
        "classification": "CREDIT"
      },
      "udf_date_1": null,
      "udf_date_4": null,
      "products_set": [],
      "udf_date_3": null,
      "number": "1470",
      "udf_float_3": null,
      "to_wallet": null,
      "udf_float_4": null,
      "id": "4EBE1A8D3E0A4C9E8A12EE74576D6A39",
      "extra_added_amount": null,
      "udf_float_1": null,
      "udf_float_2": null,
      "udf_string_2": null,
      "udf_string_3": null,
      "amount": 5,
      "udf_string_4": null,
      "udf_string_5": null,
      "wallet": {
        "number": "W0000000230",
        "accounts_receivable": {
          "number": "ACR0000000264",
          "name": "ACR0000000264 Alternative Currency",
          "id": "4820A781EFF243DF96DD44487EBA5C74",
          "life_cycle_state": "ACTIVE",
          "account_owner": {
            "company_profile": null,
            "company_name": null,
            "name": "Alternative Currency",
            "last_name": "Currency",
            "id": "E6E1240F3C8C48CE83159DB9AF89284B",
            "life_cycle_state": "FINANCIAL",
            "middle_name": null,
            "title": null,
            "type": "PERSON",
            "first_name": "Alternative",
            "demographics": {
              "name_day": {
                "month": null,
                "day": null
              },
              "id_number": null,
              "gender": null,
              "country_of_residence": {
                "alternative_code": "CYP",
                "three_character_code": "CYP",
                "name": "CYPRUS",
                "id": "181",
                "two_character_code": "CY"
              },
              "date_of_birth": {
                "month": null,
                "year": null,
                "day": null
              },
              "industry_sector": null,
              "passport_number": null,
              "industry": null,
              "social_security_number": null,
              "id_issued_by_country": null,
              "passport_issued_by_country": null
            }
          }
        },
        "id": "C25BB91D35E04332849FD83B94FCF5AE",
        "life_cycle_state": "EFFECTIVE"
      },
      "udf_string_1": null,
      "transferred_by_wallet_transaction": null,
      "life_cycle_state": "EFFECTIVE",
      "voided_by_wallet_transaction": null,
      "udf_string_6": null,
      "udf_string_7": null,
      "udf_string_8": null
    },
    {
      "notes": null,
      "log_information": {
        "entity_value": null,
        "entity_name": "REWARDAWARDTRANSACTIONS",
        "created_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "process_name": "CREATE_AWARD_REWARD_TRXN",
        "updated_by_unit": {
          "alternative_code": "adminunit",
          "group_name": "Main Group",
          "community_name": "Community",
          "name": "Admin Unit",
          "description": "admin unit",
          "id": "1"
        },
        "created_date": "2016-07-13T14:03:25",
        "updated_date": "2016-07-13T14:03:25",
        "updated_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        },
        "created_by_user": {
          "person_name": "MPAdministrator",
          "id": "1",
          "email": "dev@crm.com",
          "username": "MPAdministrator"
        }
      },
      "currency_rate_period": null,
      "udf_date_2": null,
      "type": {
        "alternative_code": "WC",
        "name": "Wallet Credit",
        "description": "Wallet Credit",
        "id": "CA1B3E67E5A6F899512CEFE24E40875B",
        "classification": "CREDIT"
      },
      "udf_date_1": null,
      "udf_date_4": null,
      "products_set": [],
      "udf_date_3": null,
      "number": "1464",
      "udf_float_3": null,
      "to_wallet": null,
      "udf_float_4": null,
      "id": "6CCDABCF07834461A4E6F9B7BF06FEBF",
      "extra_added_amount": null,
      "udf_float_1": null,
      "udf_float_2": null,
      "udf_string_2": null,
      "udf_string_3": null,
      "amount": 10,
      "udf_string_4": null,
      "udf_string_5": null,
      "wallet": {
        "number": "W0000000230",
        "accounts_receivable": {
          "number": "ACR0000000264",
          "name": "ACR0000000264 Alternative Currency",
          "id": "4820A781EFF243DF96DD44487EBA5C74",
          "life_cycle_state": "ACTIVE",
          "account_owner": {
            "company_profile": null,
            "company_name": null,
            "name": "Alternative Currency",
            "last_name": "Currency",
            "id": "E6E1240F3C8C48CE83159DB9AF89284B",
            "life_cycle_state": "FINANCIAL",
            "middle_name": null,
            "title": null,
            "type": "PERSON",
            "first_name": "Alternative",
            "demographics": {
              "name_day": {
                "month": null,
                "day": null
              },
              "id_number": null,
              "gender": null,
              "country_of_residence": {
                "alternative_code": "CYP",
                "three_character_code": "CYP",
                "name": "CYPRUS",
                "id": "181",
                "two_character_code": "CY"
              },
              "date_of_birth": {
                "month": null,
                "year": null,
                "day": null
              },
              "industry_sector": null,
              "passport_number": null,
              "industry": null,
              "social_security_number": null,
              "id_issued_by_country": null,
              "passport_issued_by_country": null
            }
          }
        },
        "id": "C25BB91D35E04332849FD83B94FCF5AE",
        "life_cycle_state": "EFFECTIVE"
      },
      "udf_string_1": null,
      "transferred_by_wallet_transaction": null,
      "life_cycle_state": "EFFECTIVE",
      "voided_by_wallet_transaction": null,
      "udf_string_6": null,
      "udf_string_7": null,
      "udf_string_8": null
    }
  ],
  "status": {
    "code": "OK",
    "description": "",
    "message": ""
  }
}


...