GET wallet_transactions/list
- Former user (Deleted)
- Maria Clerides (Unlicensed)
- p_demou (Deactivated)
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:
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:
Available from CRM.COM R17.0.0 | ||||||||||||
type_identifier | 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:
| ||||||||||||
number_of_results (optional) | Number | The number of results that can be retrieved through each call 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 Available from CRM.COM R13.0.0 | ||||||||||||
fields_set | 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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved wallet transaction |
number | String | The number of the retrieved wallet transaction |
amount | Number | The total amount of the wallet transaction in wallet currency |
alternative_amount | Number | The total amount of the wallet transaction in wallet alternative currency Available from CRM.COM R14.2.0 |
extra_added_amount | Number | An extra added amount that will only affect the wallet balance on crediting the wallet in wallet currency |
extra_added_alternative_amount | Number | An extra added amount that will only affect the wallet balance on crediting the wallet in wallet alternative currency Available from CRM.COM R14.2.0 |
notes | String | The notes for the retrieved wallet transaction |
life_cycle_state | String | The life cycle state of the retrieved wallet transaction. Supported values are EFFECTIVE and VOIDED |
udf_string_1 | String | User Defined Field of type String |
udf_string_2 | String | User Defined Field of type String |
udf_string_3 | String | User Defined Field of type String |
udf_string_4 | String | User Defined Field of type String |
udf_string_5 | String | User Defined Field of type String |
udf_string_6 | String | User Defined Field of type String |
udf_string_7 | String | User Defined Field of type String |
udf_string_8 | String | User Defined Field of type String |
udf_string_9 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_10 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_11 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_12 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_13 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_14 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_15 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_string_16 | String | User Defined Field of type String Available from CRM.COM R11.1.0 |
udf_float_1 | Float | User Defined Field of type Float |
udf_float_2 | Float | User Defined Field of type Float |
udf_float_3 | Float | User Defined Field of type Float |
udf_float_4 | Float | User Defined Field of type Float |
udf_float_5 | Float | User Defined Field of type Float Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_float_6 | Float | User Defined Field of type Float Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_float_7 | Float | User Defined Field of type Float Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_float_8 | Float | User Defined Field of type Float Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_date_1 | Date | User Defined Field of type Date |
udf_date_2 | Date | User Defined Field of type Date |
udf_date_3 | Date | User Defined Field of type Date |
udf_date_4 | Date | User Defined Field of type Date |
udf_date_5 | Date | User Defined Field of type Date Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_date_6 | Date | User Defined Field of type Date Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_date_7 | Date | User Defined Field of type Date Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
udf_date_8 | Date | User Defined Field of type Date Available from CRM.COM R11.6.0, CRM.COM R12.2.0 and CRM.COM R13.0.0 onwards |
caused_by_entity | String | The name of the entity that caused the creation of the wallet transaction. The supported values are the following:
Available from CRM.COM R10.1.0 |
caused_by_entity_id | String | The id of the entity that caused the creation of the wallet transaction. Available from CRM.COM R10.1.0 |
wallet_balance_date | Date | The date on which the wallet transaction's amount was included in the Wallet's balance calculation for a specific wallet balance period Available from CRM.COM R12.1.0 |
type | Wallet Transaction Type Object | The type of the retrieved wallet transaction |
wallet | Wallet Object | The wallet related with the retrieved wallet transaction |
to_wallet | Wallet Object | The wallet to which money is transferred to through the retrieved wallet transaction. Applicable only for Wallet Transfer Transactions Available from CRM.COM R9.0.0 |
voided_by_wallet_transaction | Wallet Transaction Object | The wallet transaction that voided the retrieved wallet transaction |
transferred_by_wallet_transaction | Wallet Transaction Object | The wallet transaction through which money was transferred to another wallet. Applicable only when the wallet transaction is related to another Wallet Transaction with classification Transfer Available from CRM.COM R9.0.0 |
initiated_by_wallet_transaction | Wallet Transaction Object | The wallet transaction that initiated the creation of the retrieved wallet transaction. Available from CRM.COM R15.0.0 |
log_information | Log Information Object | The log information of the retrieved wallet transaction |
initiated_currency | Currency Object | The currency in which the wallet transaction was initiated in |
currency_rate_period | Currency Rate Period | The currency rate period of the wallet transaction Available from CRM.COM R10.0.0 |
wallet_balance_period | Wallet Balance Period Object | The wallet balance period in which this wallet transaction was included. Available from CRM.COM R12.1.0 |
products_set | Set of Wallet Transaction Products Objects | Set of wallet transaction products used to keep track of the products that resulted to the wallet transaction amount |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved wallet transaction type |
name | String | The Name of the retrieved wallet transaction type |
alternative_code | String | The Alternative Code of the retrieved wallet transaction type |
classification | String | The Classification of the retrieved wallet transaction type. The supported classifications are CREDIT, DEBIT, REIMBURSE, VOID, TRANSFER TRANSFER classification available from CRM.COM R9.0.0 |
description | String | The Description of the retrieved wallet transaction type |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved wallet |
number | String | The number of the retrieved wallet |
life_cycle_state | String | The life cycle state of the retrieved wallet. Supported values are EFFECTIVE and CANCELLED |
accounts_receivable | Accounts Receivable Object | The account receivable related with the retrieved wallet |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved accounts receivable |
number | String | The number of the retrieved accounts receivable |
name | String | The name of the retrieved accounts receivable |
life_cycle_state | String | The life cycle state of the accounts receivable. One of the following values is returned: ACTIVE, SUSPENDED, TERMINATED |
account_owner | Contact information object | The contact information owning the accounts receivable |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved wallet transaction |
number | String | The number of the retrieved wallet transaction |
amount | Number | The total amount of the wallet transaction in wallet's currency |
alternative_amount | Number | The total amount of the wallet transaction in the wallet's alternative currency Available from CRM.COM R14.2.0 |
extra_added_amount | Number | An extra added amount that will only affect the wallet balance on crediting the wallet. |
extra_added_alternative_amount | Number | An extra added amount in the alternative currency that will only affect the wallet balance on crediting the wallet. Available from CRM.COM R14.2.0 |
life_cycle_state | String | The life cycle state of the retrieved wallet transaction. Supported values are EFFECTIVE and VOIDED |
caused_by_entity | String | The name of the entity that caused the creation of the wallet transaction. The supported values are the following:
Available from CRM.COM R10.1.0 |
caused_by_entity_id | String | The id of the entity that caused the creation of the wallet transaction. Available from CRM.COM R10.1.0 |
type | Wallet Transaction Type Object | The type of the retrieved wallet transaction |
wallet | Wallet Object | The wallet related with the retrieved wallet transaction |
initiated_currency | Currency Object | The currency in which the wallet transaction was initiated in Available from CRM.COM R14.2.0 |
currency_rate_period | Currency Rate Period | The currency rate period of the wallet transaction Available from CRM.COM R10.1.0 |
log_information | Log Information Object | The log information of the retrieved wallet transaction |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved wallet transaction type |
name | String | The Name of the retrieved wallet transaction type |
alternative_code | String | The Alternative Code of the retrieved wallet transaction type |
classification | String | The Classification of the retrieved wallet transaction type. The supported classifications are CREDIT, DEBIT, REIMBURSE, VOID, TRANSFER TRANSFER classification available from CRM.COM R9.0.0 |
description | String | The Description of the retrieved wallet transaction type |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved wallet |
number | String | The number of the retrieved wallet |
life_cycle_state | String | The life cycle state of the retrieved wallet. Supported values are EFFECTIVE and CANCELLED |
accounts_receivable | Accounts Receivable Object | The account receivable related with the retrieved wallet |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved accounts receivable |
number | String | The number of the retrieved accounts receivable |
name | String | The name of the retrieved accounts receivable |
life_cycle_state | String | The life cycle state of the accounts receivable. One of the following values is returned: ACTIVE, SUSPENDED, TERMINATED |
account_owner | Contact information object | The contact information owning the accounts receivable |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved contact information |
type | String | The type of the retrieved contact information which can be PERSON or COMPANY |
life_cycle_state | String | The lifecycle state of the retrieved contact information which can be MARKETING or FINANCIAL |
name | String | The full name of the retrieved contact information |
first_name | String | The first name of the retrieved contact information |
middle_name | String | The middle name of the retrieved contact information |
last_name | String | The last name of the retrieved contact information |
title | String | The title of the retrieved contact information |
company_name | Sting | The company name of the retrieved contact information |
Demographics Object | The demographics information of the retrieved contact information | |
Company profile object | The company profile of the retrieve contact information |
Referred Objects Response Data
Name | Type | Description |
gender | String | The gender of the retrieved contact information which can be MALE or FEMALE |
id_number | String | The ID number of the retrieved contact information |
id_number_expiration_date | Date | The ID number's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
passport_number | String | The passport number of the retrieved contact information |
passport_number_expiration_date | Date | The passport's expiration date of the retrieved contact information Available from CRM.COM R14.0.0 |
social_security_number | String | The social security number of the retrieved contact information |
Date of Birth Object | The date of birth of the retrieved contact information | |
Name Day Object | The name day of the retrieved contact information | |
Country Object | The country of residence of the retrieved contact information | |
Country Object | The ID issued country of retrieved contact information | |
Country Object | The passport issued country of retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved date of birth |
month | Integer | The month of the retrieved date of birth |
year | Integer | The year of the retrieved date of birth |
Name | Type | Description |
---|---|---|
day | Integer | The day of the retrieved name day |
month | Integer | The month of the retrieved name day |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
profile_year | Number | The profile year of the retrieved contact information |
annual_turnover | Number | The annual turnover of the retrieved contact information |
established_date | Date | The established date of the retrieved contact information |
number_of_employees | Number | The number of employees of the retrieved contact information |
registration_number | String | The registration number of the retrieved contact information |
vat_registration_number | String | The vat registration number of the retrieved contact information |
vat_registered_by | String | The vat registration by of the retrieved contact information |
vat_registration_date | Date | The vat registration date of the retrieved contact information |
tax_reference_number | String | The tax referenece number of the retrieved contact information |
Country Object | The country of residence of the retrieved contact information | |
Industry Object | The industry of retrieved contact information | |
Industry sector Object | The sector of retrieved contact information |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved country |
name | String | The name of the retrieved country |
alternative_code | String | The alternative code of the retrieved country |
dialing_code | String | The dialing code of the retrieved country Available from CRM.COM R15.1.0 |
two_character_code | String | The two character code of the retrieved country |
three_character_code | String | The three character code of the retrieved country |
country_flag | Image Object | The flag of the retrieved country Available from CRM.COM R15.1.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved country flag |
file | File Object | The information of the attached file |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
file_name | String | The name of the file |
file_content_url | String | The url that can be used to access the actual content of the file |
file_mime_type | String | The mime type of the attached file |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry |
name | String | The name of the retrieved industry |
code | String | The code of the retrieved industry |
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved industry sector |
name | String | The name of the retrieved industry sector |
alternative_code | String | The alternative code of the retrieved industry sector |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency |
code | String | The code of the retrieved currency |
prefix_symbol | String | The prefix symbol for the specified currency |
suffix_symbol | String | The suffix symbol for the specified currency |
life_cycle_state | String | The life cycle state for the specified currency, which can be EFFECTIVE or NOT EFFECTIVE Available from CRM.COM R14.0.0 |
integer_part_name | String | The integer part name for the specified currency |
decimal_part_name | String | The decimal part name for the specified currency |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency rate period |
rate | Number | The exchange rate of the currency rate period |
inverse_rate | Number | The inverse exchange rate of the currency rate period |
from_date | Date | The date from which the exchange rate is valid |
to_date | Date | The date until which the exchange rate is valid |
currency | Currency Object | The Currency with which the returned exchange rate information refers to |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency |
code | String | The code of the retrieved currency |
prefix_symbol | String | The prefix symbol for the specified currency |
suffix_symbol | String | The suffix symbol for the specified currency |
life_cycle_state | String | The life cycle state for the specified currency, which can be EFFECTIVE or NOT EFFECTIVE Available from CRM.COM R14.0.0 |
integer_part_name | String | The integer part name for the specified currency |
decimal_part_name | String | The decimal part name for the specified currency |
Name | Type | Description |
created_date | Date | The date that the retrieved record was created |
updated_date | Date | The last date that the retrieved record was updated |
Unit Object | The unit that created the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Deprecated from CRM.COM R18.0.0 | |
Unit Object | The unit that created the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Available from CRM.COM R18.0.0 | |
User Object | The user that created the retrieved record From CRM.COM R14.1.0 and onward, person_name and email attributes will be returned as empty, if the related legacy compatibility setting is disabled | |
Unit Object | The last unit that updated the retrieved record From CRM.COM R14.1.0 and onward, group_name and community_name attributes will be returned as empty, if the related legacy compatibility setting is disabled Deprecated from CRM.COM R18.0.0 | |
Unit Object | The last unit that updated the retrieved record Available from CRM.COM R18.0.0 | |
User Object | The last user that updated the retrieved record From CRM.COM R14.1.0 and onward, person_name and email attributes will be returned as empty, if the related legacy compatibility setting is disabled |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved unit |
name | String | The name of the retrieved unit |
group_name | String | The name of the group that the retrieved unit belongs to |
community_name | String | The name of the community that the retrieved unit belongs to |
alternative_code | String | The alternative code of the retrieved unit |
description | String | The description of the retrieved unit |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved business unit |
name | String | The name of the retrieved business unit |
code | String | The code of the retrieved business unit |
unified_code | String | The unified code of the retrieved business unit |
description | String | The description of the retrieved business unit |
parent_business_unit_name | String | The name of the parent business unit that the retrieved business unit belongs to |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
created_date | Date | The date that the retrieved user was created |
updated_date | Date | The last date that the retrieved user was updated |
process_name | String | The name of the process that created or canceled the wallet |
entity_name | String | The name of the entity that caused the creation or cancellation of the wallet |
entity_value | String | The value of the entity that caused the creation or cancellation of the wallet |
Unit Object | The name of unit that created the retrieved user | |
User Object | The name of user that created the retrieved user | |
Unit Object | The name of the last unit that updated the retrieved user | |
User Object | The name of the last user that updated the retrieved user |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved unit |
name | String | The name of the retrieved unit |
group_name | String | The name of the group that the retrieved unit belongs to |
community_name | String | The name of the community that the retrieved unit belongs to |
alternative_code | String | The alternative code of the retrieved unit |
description | String | The description of the retrieved unit |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved user |
username | String | The user name of the retrieved user |
person_name | String | The full name of the retrieved user |
String | The email of the retrieved user |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency |
code | String | The code of the retrieved currency |
prefix_symbol | String | The prefix symbol for the specified currency |
suffix_symbol | String | The suffix symbol for the specified currency |
life_cycle_state | String | The life cycle state for the specified currency, which can be EFFECTIVE or NOT EFFECTIVE Available from CRM.COM R14.0.0 |
integer_part_name | String | The integer part name for the specified currency |
decimal_part_name | String | The decimal part name for the specified currency |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency rate period |
rate | Number | The exchange rate of the currency rate period |
inverse_rate | Number | The inverse exchange rate of the currency rate period |
from_date | Date | The date from which the exchange rate is valid |
to_date | Date | The date until which the exchange rate is valid |
currency | Currency Object | The Currency with which the returned exchange rate information refers to |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved currency |
code | String | The code of the retrieved currency |
prefix_symbol | String | The prefix symbol for the specified currency |
suffix_symbol | String | The suffix symbol for the specified currency |
life_cycle_state | String | The life cycle state for the specified currency, which can be EFFECTIVE or NOT EFFECTIVE Available from CRM.COM R14.0.0 |
integer_part_name | String | The integer part name for the specified currency |
decimal_part_name | String | The decimal part name for the specified currency |
Name | Type | Description |
---|---|---|
number | String | The Wallet Balance Period's number |
name | String | The Wallet Balance Period's name |
from_date | Date | The Wallet Balance Period's from date |
to_date | Date | The Wallet Balance Period's to date |
life_cycle_state | Sting | The Wallet Balance Period's life cycle state. Available values are OPEN and CLOSED |
closed_date | Date | The Wallet Balance Period's closed date. Available only for Wallet Balance Periods in Closed life cycle state |
Name | Type | Description |
---|---|---|
id | String | The ID of the wallet transaction product |
product | Product Object | The product related with the wallet transaction |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the product |
code | String | The code of product |
alternative_code | String | The alternative code of product |
description | String | The description of product |
priority_level | Integer | The priority level of the product Available from CRM.COM R12.3.0 |
global_rate | Global Rate Object | The global rate of the retrieved product Available from CRM.COM R15.0.0 |
product_type | Product type object | The type of the product |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved product type |
name | String | The Name of the retrieved product type |
alternative_code | String | The Alternative Code of the retrieved product type |
description | String | The Description of the retrieved product type |
classification | String | The Classification of the retrieved product type which can be SERVICES or PHYSICALGOODS |
service_type | String | The Service Type of the retrieved product type which can be TERMED, USAGE, ONETIME or EXPENSE |
physical_good_type | String | The physical Good Type of the retrieved product type which can be TRACEABLE or NONTRACEABLE |
composition_method | String | The Composition Method of the retrieved product type which can be FLAT, FLEXIBLEBUNDLE or FIXEDBUNDLE |
used_for_provisioning | Boolean | The flag shows if the retrieved product type is used for provisioning |
udr_type | Usage Detail Record Type | The UDR type related with the product type. This is applicable only if the product type is classified as SERVICES and the service type is set to USAGE |
meter_reading_type | Meter Reading Type | The Meter Reading type related with the product type. This is applicable only for traceable physical goods Available from CRM.COM R14.0.0 |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved usage detail record type |
name | String | The Name of the retrieved usage detail record type |
alternative_code | String | The Alternative Code of the retrieved usage detail record type |
description | String | The Description of the retrieved usage detail record type |
unit_of_measurement | String | The Unit of measurement of the retrieved usage detail record type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
Id | String | The ID of the retrieved meter reading type |
name | String | The Name of the retrieved meter reading type |
alternative_code | String | The Alternative Code of the retrieved meter reading type |
classification | String | The Classification of the retrieved meter reading type |
description | String | The Description of the retrieved meter reading type |
unit_of_measurement | String | The Unit of measurement of the retrieved meter reading type |
Referred Objects Response Data
Name | Type | Description |
id | String | The identifier of the Unit of measurement |
name | String | The name of the Unit of measurement |
description | String | The description of the Unit of measurement |
alternative_code | String | The alternative code of the Unit of measurement |
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved rate |
rate_model | String | The price plan rate model which can be one of the following:
From CRM.COM R17.0.0, QUANTITYANDMATURITYBASED is renamed to QUANTITYANDPERIODBASED |
global_base_amount | Number | The base price of the product in the Global Price Plan |
base_rate_applied_per | String | The value for 'Base Rate Applied per' Available when the rate model is 'Quantity & Quantity Based' and it is a selection between
|
uot | String | The 'UOT' applicable for the rate
Available for one-time services |
time_period | Time Period Object | The period and unit of time for which the base amount is applicable for. This is available only on termed services rates. |
uom | String | The 'UOM' applicable for the rate Available when the product type is of Usage Service Classification |
Referred Objects Response Data
Name | Type | Description |
---|---|---|
time_period_value | Number | The time period value |
time_period_uot | String | The time period unit of time. The supported values are the following: MINUTES, HOURS, DAYS, WEEKS, MONTHS, YEARS |
Examples
HTTP Method: GET
Request:
Response:
{ "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" } } ] }
HTTP Method: GET
Request:
Response:
{ "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": "" } }