Home › Forums › Voip Optimisation › Custom Features › Reply To: Custom Features
Hello Mark,
For Download button :
How many data will be download from API when click on download button?
For DID numbers :
I am getting bellow information from DID number(method name get_customer_numbers) Api.
Array
(
[0] => stdClass Object
(
[area_name] => New York
[country_name] => United States of America
[description] => NWYRCYZN01
[did_number] => 13324004663
[i_account] => 25813423
[i_customer] => 273378
[i_did_number] => 719863
[is_provisioned] => 0
[pricing] => stdClass Object
(
[admin_costs] => stdClass Object
(
[activation] => 0
[free_of_charge] => N
[iso_4217] => USD
[periodic] => 0
)
[customer_costs] => stdClass Object
(
[activation] => 0
[free_of_charge] => N
[iso_4217] => USD
[periodic] => 0
)
)
)
)
And bellow information from DID numbers information(Method : get_number_info)
stdClass Object
(
[number_info] => stdClass Object
(
[activation_cost] => 0
[activation_fee] => 0
[activation_revenue] => 0
[city_name] => New York
[country_iso] => US
[country_name] => United States of America
[description] => NWYRCYZN01
[external] => 0
[free_of_charge] => N
[frozen] => N
[i_account] => 25813423
[i_customer] => 273378
[i_did_number] => 719863
[i_do_batch] => 2758
[i_dv_batch] => 2209
[i_vendor] => 9932
[iso_4217] => USD
[moved] => N
[number] => 13324004663
[owner_batch_individual] => N
[owner_batch_name] => NO CHARGE
[periodic_fee] => 0
[recurring_cost] => 0
[recurring_revenue] => 0
[released] => 2020-07-17T09:21:33
[vendor_batch_name] => Inteliquent
[vendor_name] => Inteliquent
)
)
Which fields should I use to display listing after click on ‘Inventory Numbers’ from ‘Phone Numbers’ section?
-
This reply was modified 1 year, 6 months ago by
Nishit Shan.