Jump to content

Hello!


RSdev

Recommended Posts

Hello,

I'm a dev working on a telecom platform mainly used for usage based billing.

We have a customer using kazoo and now I'm integrating our system with kazoo/2600 api, mainly to retrieve information. I'm trying to find how to get the license count using the api.

Any help is appreciated!

thanks

Link to comment
Share on other sites

  • Administrators

Hello welcome to the forums! You might find the developer docs more helpful https://docs.2600hz.com/supported/. Specifically on Users & Devices https://docs.2600hz.com/supported/applications/crossbar/doc/devices/ https://docs.2600hz.com/supported/applications/crossbar/doc/users/. Possibly on services API, https://docs.2600hz.com/supported/applications/crossbar/doc/services/#get-account-service . Sort of depends on what customer you are targeting exactly :)

Link to comment
Share on other sites

Thanks Rick. I already went over the documentation but cannot find what i'm looking for.

My knowledge is very limited about the kazoo 2600hz platform. Find below a list of stuff my customer is saying he his getting billed from kazoo. (table below)

What i'm trying to do is get the count by account_id

  • How do I get the number of "Call Center Agent"
  • How do i get the number of Call Center Basic License"
  • ...

The number of device is easy to get, but regarding the rest, I have no idea. Again, any help is really appreciated!

 

  Service Rate Quantity Discount Monthly Charges  
  BYOC Transit $100.00 2   $200.00  
  Call Center Agent $10.00 2   $20.00  
  Call Center Basic License $0.00 1   $0.00  
  Call Center Pro Agent $13.00 3   $39.00  
  Call Center Pro License $0.00 1   $0.00  
  Call Recording Application $10.00 2   $20.00  
  Call Recording License $99.00 1   $99.00  
  Device $2.50 250   $625.00  
  Microsoft Teams $2.50 7   $17.50  
  Silver Support Plan $500.00 1   $500.00
Link to comment
Share on other sites

  • 3 weeks later...
  • Administrators

@RSdev You are pulling the billing summary data for the top level account. You would need to pull the relevant data from the child accounts you are targeting. For example if you wanted to find how many devices account XYZ had, you'd want to do a GET on {ACCOUNT_ID}/devices. ref: https://docs.2600hz.com/supported/applications/crossbar/doc/devices/#fetch. If you have any more questions, please put in a support ticket via your client and we can help you there

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...