Skip to main content

What method/object do I call from the MyAdmin SDK to get the current billing costs per device for all of the current devices in our account?

Seth-1151
Original Poster

I need to pull this information via Javascript or PHP into an excel sheet on a monthly basis automatically for KPI purposes.

Join the conversation

You need to be logged in to reply to this post and participate in the Geotab Community discussions.

Top Answers

Hi @Seth-1151​,

You can use the GetDeviceContractTransactions api call providing the necessary filters for the billing period you're looking for, this will return an array of ApiDeviceContractTransaction objects with the billing details for each device.

 

You can review more about these calls in the MyAdmin SDK reference site and a guide on how to make the calls in JavaScript here.

3 Replies

Hi @Seth-1151​,

You can use the GetDeviceContractTransactions api call providing the necessary filters for the billing period you're looking for, this will return an array of ApiDeviceContractTransaction objects with the billing details for each device.

 

You can review more about these calls in the MyAdmin SDK reference site and a guide on how to make the calls in JavaScript here.

Seth-1151
Original Poster

Thank you, @jpaz-1560​ ​

Hi,

Were you able to get multiple ERP codes with this or just one ERP Code?

Still have questions?