I need to pull this information via Javascript or PHP into an excel sheet on a monthly basis automatically for KPI purposes.
You need to be logged in to reply to this post and participate in the Geotab Community discussions.
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.
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.
Thank you, @jpaz-1560
Hi,
Were you able to get multiple ERP codes with this or just one ERP Code?